mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-18 13:45:23 +02:00
fixing migration
This commit is contained in:
@@ -1 +0,0 @@
|
||||
ALTER TABLE "application" ADD COLUMN IF NOT EXISTS "stopGracePeriodSwarm" bigint;
|
||||
1
apps/dokploy/drizzle/0113_stop-grace-period-swarm.sql
Normal file
1
apps/dokploy/drizzle/0113_stop-grace-period-swarm.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "application" ADD COLUMN "stopGracePeriodSwarm" bigint;
|
||||
6577
apps/dokploy/drizzle/meta/0113_snapshot.json
Normal file
6577
apps/dokploy/drizzle/meta/0113_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -792,6 +792,13 @@
|
||||
"when": 1758483520214,
|
||||
"tag": "0112_freezing_skrulls",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 113,
|
||||
"version": "7",
|
||||
"when": 1758718748847,
|
||||
"tag": "0113_stop-grace-period-swarm",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user