Skip to content

Commit d4a3ddb

Browse files
committed
chore(db): regenerate the sync lock token migration as 0298
#6921 merged first and took 0297 for an unrelated column on a different table, so this branch's migration is regenerated rather than renamed. Renaming would leave the snapshot describing the wrong ordinal, and drizzle diffs against that snapshot to decide what the next migration contains. The regenerated statement is the lock token column alone — it correctly diffs against staging's 0297 snapshot rather than re-emitting the column that landed there.
1 parent 6eaeffe commit d4a3ddb

3 files changed

Lines changed: 20087 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 "knowledge_connector" ADD COLUMN "sync_lock_token" text;

0 commit comments

Comments
 (0)