The Docker build was failing because drizzle/ was in .gitignore, so migration files (meta/_journal.json) were never committed. Generated initial migration from schema. Co-authored-by: Shelley <shelley@exe.dev>
13 lines
No EOL
212 B
JSON
13 lines
No EOL
212 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "sqlite",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "6",
|
|
"when": 1770907611962,
|
|
"tag": "0000_goofy_captain_midlands",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |