fix(db): commit drizzle meta journal/snapshot for 0001 migration

The T3 commit (e4086fe) generated the SQL migration but missed the
drizzle meta files that track migration state. Without these, future
db:generate runs would re-emit or skew migration ordering.
This commit is contained in:
Jannis Braun
2026-04-25 21:22:56 +02:00
parent e4086fecff
commit bd9657c5d2
2 changed files with 3246 additions and 0 deletions
@@ -8,6 +8,13 @@
"when": 1777065939127,
"tag": "0000_lethal_wildside",
"breakpoints": true
},
{
"idx": 1,
"version": "6",
"when": 1777144927946,
"tag": "0001_complex_screwball",
"breakpoints": true
}
]
}