feat(database-migration): add SQL script and metadata for Burly Odin migration

- Introduced a new SQL script to set the default value for the "dockerImage" column in the "mongo" table.
- Updated the journal to include the new migration entry for version 0160.
- Added a snapshot file for version 7, detailing the schema for the "account" and "apikey" tables.
This commit is contained in:
Mauricio Siu
2026-04-04 09:31:09 -06:00
parent 02f2829af9
commit 1bf4f56ae6
3 changed files with 8286 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "mongo" ALTER COLUMN "dockerImage" SET DEFAULT 'mongo:8';

File diff suppressed because it is too large Load Diff

View File

@@ -1121,6 +1121,13 @@
"when": 1775274158009,
"tag": "0159_polite_puppet_master",
"breakpoints": true
},
{
"idx": 160,
"version": "7",
"when": 1775316657754,
"tag": "0160_burly_odin",
"breakpoints": true
}
]
}