add migration 0008 to drizzle journal
All checks were successful
Build & Deploy / deploy (push) Successful in 1m32s

The migration file existed but was missing from the _journal.json
registry, so the Drizzle migrator skipped it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ordinarthur 2026-04-17 08:20:13 +02:00
parent a1eeca1236
commit adf1c727b8

View File

@ -57,6 +57,13 @@
"when": 1745366400000,
"tag": "0007_ideas_nullable_project",
"breakpoints": true
},
{
"idx": 8,
"version": "7",
"when": 1745452800000,
"tag": "0008_meds_morning_evening",
"breakpoints": true
}
]
}