feat(db): drizzle schema, migrations, and seed

This commit is contained in:
2026-05-20 20:40:00 +02:00
parent d13af79940
commit 1584901c0a
8 changed files with 689 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1779302371078,
"tag": "0000_exotic_wrecker",
"breakpoints": true
}
]
}