Skip to content

Commit 17ff9df

Browse files
GraysonCAdamsclaude
andcommitted
Fix missing migration journal entries for 0018 and 0019
The migration SQL files existed but were not registered in the Drizzle journal, so they were skipped during production deployment. This caused "column vibe_description_synced_at does not exist" errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 26fc864 commit 17ff9df

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

drizzle/meta/_journal.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@
8585
"when": 1772300000000,
8686
"tag": "0017_add_last_activity_seen",
8787
"breakpoints": true
88+
},
89+
{
90+
"idx": 12,
91+
"version": "7",
92+
"when": 1772400000000,
93+
"tag": "0018_add_vibe_description_synced_at",
94+
"breakpoints": true
95+
},
96+
{
97+
"idx": 13,
98+
"version": "7",
99+
"when": 1772500000000,
100+
"tag": "0019_cap_max_members_to_6",
101+
"breakpoints": true
88102
}
89103
]
90104
}

0 commit comments

Comments
 (0)