mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: resolved merge conflicts with fork/canary
This commit is contained in:
1
apps/dokploy/drizzle/0071_flaky_black_queen.sql
Normal file
1
apps/dokploy/drizzle/0071_flaky_black_queen.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "user_temp" ADD COLUMN "logCleanupCron" text;
|
||||
2
apps/dokploy/drizzle/0072_green_susan_delgado.sql
Normal file
2
apps/dokploy/drizzle/0072_green_susan_delgado.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TYPE "public"."certificateType" ADD VALUE 'custom';--> statement-breakpoint
|
||||
ALTER TABLE "domain" ADD COLUMN "customCertResolver" text;--> statement-breakpoint
|
||||
1
apps/dokploy/drizzle/0073_hot_domino.sql
Normal file
1
apps/dokploy/drizzle/0073_hot_domino.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "application" ADD COLUMN "previewCertificateProvider" text;
|
||||
1
apps/dokploy/drizzle/0074_black_quasar.sql
Normal file
1
apps/dokploy/drizzle/0074_black_quasar.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "application" RENAME COLUMN "previewCertificateProvider" TO "previewCustomCertResolver";
|
||||
1
apps/dokploy/drizzle/0075_young_typhoid_mary.sql
Normal file
1
apps/dokploy/drizzle/0075_young_typhoid_mary.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "application" ADD COLUMN "watchPaths" text[];
|
||||
1
apps/dokploy/drizzle/0076_young_sharon_ventura.sql
Normal file
1
apps/dokploy/drizzle/0076_young_sharon_ventura.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "compose" ADD COLUMN "watchPaths" text[];
|
||||
1
apps/dokploy/drizzle/0077_chemical_dreadnoughts.sql
Normal file
1
apps/dokploy/drizzle/0077_chemical_dreadnoughts.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "backup" ADD COLUMN "keepLatestCount" integer;
|
||||
@@ -924,6 +924,12 @@
|
||||
"notNull": true,
|
||||
"default": false
|
||||
},
|
||||
"logCleanupCron": {
|
||||
"name": "logCleanupCron",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"enablePaidFeatures": {
|
||||
"name": "enablePaidFeatures",
|
||||
"type": "boolean",
|
||||
@@ -5205,7 +5211,8 @@
|
||||
"schema": "public",
|
||||
"values": [
|
||||
"letsencrypt",
|
||||
"none"
|
||||
"none",
|
||||
"custom"
|
||||
]
|
||||
},
|
||||
"public.composeType": {
|
||||
|
||||
@@ -85,6 +85,12 @@
|
||||
"notNull": true,
|
||||
"default": "'none'"
|
||||
},
|
||||
"previewCertificateProvider": {
|
||||
"name": "previewCertificateProvider",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"previewLimit": {
|
||||
"name": "previewLimit",
|
||||
"type": "integer",
|
||||
@@ -924,6 +930,12 @@
|
||||
"notNull": true,
|
||||
"default": false
|
||||
},
|
||||
"logCleanupCron": {
|
||||
"name": "logCleanupCron",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"enablePaidFeatures": {
|
||||
"name": "enablePaidFeatures",
|
||||
"type": "boolean",
|
||||
@@ -1128,6 +1140,12 @@
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"customCertResolver": {
|
||||
"name": "customCertResolver",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"applicationId": {
|
||||
"name": "applicationId",
|
||||
"type": "text",
|
||||
@@ -5193,7 +5211,8 @@
|
||||
"schema": "public",
|
||||
"values": [
|
||||
"letsencrypt",
|
||||
"none"
|
||||
"none",
|
||||
"custom"
|
||||
]
|
||||
},
|
||||
"public.composeType": {
|
||||
|
||||
@@ -85,6 +85,12 @@
|
||||
"notNull": true,
|
||||
"default": "'none'"
|
||||
},
|
||||
"previewCustomCertResolver": {
|
||||
"name": "previewCustomCertResolver",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"previewLimit": {
|
||||
"name": "previewLimit",
|
||||
"type": "integer",
|
||||
@@ -924,6 +930,12 @@
|
||||
"notNull": true,
|
||||
"default": false
|
||||
},
|
||||
"logCleanupCron": {
|
||||
"name": "logCleanupCron",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"enablePaidFeatures": {
|
||||
"name": "enablePaidFeatures",
|
||||
"type": "boolean",
|
||||
@@ -1128,6 +1140,12 @@
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"customCertResolver": {
|
||||
"name": "customCertResolver",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"applicationId": {
|
||||
"name": "applicationId",
|
||||
"type": "text",
|
||||
@@ -5217,7 +5235,8 @@
|
||||
"schema": "public",
|
||||
"values": [
|
||||
"letsencrypt",
|
||||
"none"
|
||||
"none",
|
||||
"custom"
|
||||
]
|
||||
},
|
||||
"public.composeType": {
|
||||
|
||||
@@ -44,6 +44,12 @@
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"watchPaths": {
|
||||
"name": "watchPaths",
|
||||
"type": "text[]",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"previewBuildArgs": {
|
||||
"name": "previewBuildArgs",
|
||||
"type": "text",
|
||||
@@ -85,6 +91,12 @@
|
||||
"notNull": true,
|
||||
"default": "'none'"
|
||||
},
|
||||
"previewCustomCertResolver": {
|
||||
"name": "previewCustomCertResolver",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"previewLimit": {
|
||||
"name": "previewLimit",
|
||||
"type": "integer",
|
||||
@@ -924,6 +936,12 @@
|
||||
"notNull": true,
|
||||
"default": false
|
||||
},
|
||||
"logCleanupCron": {
|
||||
"name": "logCleanupCron",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"enablePaidFeatures": {
|
||||
"name": "enablePaidFeatures",
|
||||
"type": "boolean",
|
||||
@@ -1128,6 +1146,12 @@
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"customCertResolver": {
|
||||
"name": "customCertResolver",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
},
|
||||
"applicationId": {
|
||||
"name": "applicationId",
|
||||
"type": "text",
|
||||
@@ -5254,7 +5278,8 @@
|
||||
"schema": "public",
|
||||
"values": [
|
||||
"letsencrypt",
|
||||
"none"
|
||||
"none",
|
||||
"custom"
|
||||
]
|
||||
},
|
||||
"public.composeType": {
|
||||
|
||||
5150
apps/dokploy/drizzle/meta/0076_snapshot.json
Normal file
5150
apps/dokploy/drizzle/meta/0076_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
5156
apps/dokploy/drizzle/meta/0077_snapshot.json
Normal file
5156
apps/dokploy/drizzle/meta/0077_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user