mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-19 12:55:26 +02:00
refactor: regenerate migrations
This commit is contained in:
@@ -1 +0,0 @@
|
||||
ALTER TABLE "admin" ADD COLUMN "enableCleanupCache" boolean DEFAULT true NOT NULL;
|
||||
@@ -1,3 +1,3 @@
|
||||
ALTER TABLE "admin" RENAME COLUMN "cleanupCacheOnDeployments" TO "cleanupCacheApplications";--> statement-breakpoint
|
||||
ALTER TABLE "admin" ADD COLUMN "cleanupCacheApplications" boolean DEFAULT true NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "admin" ADD COLUMN "cleanupCacheOnPreviews" boolean DEFAULT false NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "admin" ADD COLUMN "cleanupCacheOnCompose" boolean DEFAULT false NOT NULL;
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE "admin" RENAME COLUMN "enableCleanupCache" TO "cleanupCacheOnDeployments";
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "0b4b4db4-2e13-4ef0-8bdd-85bc4bbfe10b",
|
||||
"id": "b00fa001-dd12-4f37-97dc-478c7a790779",
|
||||
"prevId": "24787a88-0754-437a-b077-03a3265b8ef5",
|
||||
"version": "6",
|
||||
"dialect": "postgresql",
|
||||
@@ -969,12 +969,26 @@
|
||||
"notNull": true,
|
||||
"default": 0
|
||||
},
|
||||
"enableCleanupCache": {
|
||||
"name": "enableCleanupCache",
|
||||
"cleanupCacheApplications": {
|
||||
"name": "cleanupCacheApplications",
|
||||
"type": "boolean",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"default": true
|
||||
},
|
||||
"cleanupCacheOnPreviews": {
|
||||
"name": "cleanupCacheOnPreviews",
|
||||
"type": "boolean",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"default": false
|
||||
},
|
||||
"cleanupCacheOnCompose": {
|
||||
"name": "cleanupCacheOnCompose",
|
||||
"type": "boolean",
|
||||
"primaryKey": false,
|
||||
"notNull": true,
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"indexes": {},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -404,22 +404,8 @@
|
||||
{
|
||||
"idx": 57,
|
||||
"version": "6",
|
||||
"when": 1737266192013,
|
||||
"tag": "0057_oval_ken_ellis",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 58,
|
||||
"version": "6",
|
||||
"when": 1737266560950,
|
||||
"tag": "0058_cultured_warpath",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 59,
|
||||
"version": "6",
|
||||
"when": 1737268325181,
|
||||
"tag": "0059_public_speed",
|
||||
"when": 1737306063563,
|
||||
"tag": "0057_tricky_living_tribunal",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user