Skip to content

Commit 0ee7a7d

Browse files
committed
chore(db): keep the 0262_strong_storm migration bookkeeping
The message_id migration already ran against the DB in every env, so the column exists everywhere regardless of this revert. Restore the migration file, its snapshot, the journal entry, and the schema.ts column declaration so the tree matches the DB and the recorded migration history; the revert keeps out only the v0.8 code. packages/db is now byte-identical to staging.
1 parent 2d9e22b commit 0ee7a7d

4 files changed

Lines changed: 17376 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "workspace_files" ADD COLUMN "message_id" text;

0 commit comments

Comments
 (0)