supermemory/apps/web/migrations/0001_nervous_longshot.sql
2024-07-20 07:17:25 +05:30

2 lines
137 B
SQL

ALTER TABLE `chatThread` ADD `createdAt` integer;
UPDATE `chatThread` SET `createdAt` = strftime('%s', 'now') WHERE `createdAt` IS NULL;