mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(migrations): apply single migration
This commit is contained in:
@@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS "server" (
|
|||||||
"port" integer NOT NULL,
|
"port" integer NOT NULL,
|
||||||
"username" text DEFAULT 'root' NOT NULL,
|
"username" text DEFAULT 'root' NOT NULL,
|
||||||
"appName" text NOT NULL,
|
"appName" text NOT NULL,
|
||||||
"redisPassword" text DEFAULT 'xYBugfHkULig1iLN' NOT NULL,
|
"enableDockerCleanup" boolean DEFAULT false NOT NULL,
|
||||||
"createdAt" text NOT NULL,
|
"createdAt" text NOT NULL,
|
||||||
"adminId" text NOT NULL,
|
"adminId" text NOT NULL,
|
||||||
"sshKeyId" text
|
"sshKeyId" text
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
ALTER TABLE "server" ADD COLUMN "enableDockerCleanup" boolean DEFAULT false NOT NULL;--> statement-breakpoint
|
|
||||||
ALTER TABLE "server" DROP COLUMN IF EXISTS "redisPassword";
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
ALTER TABLE "server" ALTER COLUMN "enableDockerCleanup" DROP NOT NULL;
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": "8a72c5cc-bc93-4cd4-a129-6e86a7889b89",
|
"id": "19a70a39-f719-400b-b61e-6ddf1bcc6ac5",
|
||||||
"prevId": "74cd1475-b79c-4226-b4e6-e5ddb9576025",
|
"prevId": "74cd1475-b79c-4226-b4e6-e5ddb9576025",
|
||||||
"version": "6",
|
"version": "6",
|
||||||
"dialect": "postgresql",
|
"dialect": "postgresql",
|
||||||
@@ -3601,12 +3601,12 @@
|
|||||||
"primaryKey": false,
|
"primaryKey": false,
|
||||||
"notNull": true
|
"notNull": true
|
||||||
},
|
},
|
||||||
"redisPassword": {
|
"enableDockerCleanup": {
|
||||||
"name": "redisPassword",
|
"name": "enableDockerCleanup",
|
||||||
"type": "text",
|
"type": "boolean",
|
||||||
"primaryKey": false,
|
"primaryKey": false,
|
||||||
"notNull": true,
|
"notNull": true,
|
||||||
"default": "'xYBugfHkULig1iLN'"
|
"default": false
|
||||||
},
|
},
|
||||||
"createdAt": {
|
"createdAt": {
|
||||||
"name": "createdAt",
|
"name": "createdAt",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -264,22 +264,8 @@
|
|||||||
{
|
{
|
||||||
"idx": 37,
|
"idx": 37,
|
||||||
"version": "6",
|
"version": "6",
|
||||||
"when": 1726462845274,
|
"when": 1726988289562,
|
||||||
"tag": "0037_quick_callisto",
|
"tag": "0037_legal_namor",
|
||||||
"breakpoints": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idx": 38,
|
|
||||||
"version": "6",
|
|
||||||
"when": 1726962608998,
|
|
||||||
"tag": "0038_normal_spiral",
|
|
||||||
"breakpoints": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idx": 39,
|
|
||||||
"version": "6",
|
|
||||||
"when": 1726962717256,
|
|
||||||
"tag": "0039_cultured_norrin_radd",
|
|
||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user