mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
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:
1
apps/dokploy/drizzle/0160_burly_odin.sql
Normal file
1
apps/dokploy/drizzle/0160_burly_odin.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "mongo" ALTER COLUMN "dockerImage" SET DEFAULT 'mongo:8';
|
||||
8278
apps/dokploy/drizzle/meta/0160_snapshot.json
Normal file
8278
apps/dokploy/drizzle/meta/0160_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user