Skip to content

Commit 1bf4f56

Browse files
committed
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.
1 parent 02f2829 commit 1bf4f56

3 files changed

Lines changed: 8286 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "mongo" ALTER COLUMN "dockerImage" SET DEFAULT 'mongo:8';

0 commit comments

Comments
 (0)