Skip to content

Commit 84a6ec6

Browse files
committed
sync drizzle with trunk
1 parent 590458d commit 84a6ec6

9 files changed

Lines changed: 16562 additions & 27 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "domain" ADD COLUMN "customEntrypoint" text;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "notification" ADD COLUMN "dokployBackup" boolean DEFAULT false NOT NULL;

apps/dokploy/drizzle/0156_melodic_wiccan.sql

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "member" ADD COLUMN "accessedGitProviders" text[] DEFAULT ARRAY[]::text[] NOT NULL;--> statement-breakpoint
2+
ALTER TABLE "git_provider" ADD COLUMN "sharedWithOrganization" boolean DEFAULT false NOT NULL;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ALTER TYPE "public"."RegistryType" ADD VALUE 'awsEcr';--> statement-breakpoint
2+
ALTER TABLE "registry" ADD COLUMN "awsAccessKeyId" text;--> statement-breakpoint
3+
ALTER TABLE "registry" ADD COLUMN "awsSecretAccessKey" text;--> statement-breakpoint
4+
ALTER TABLE "registry" ADD COLUMN "awsRegion" text;--> statement-breakpoint
5+
ALTER TABLE "member" DROP COLUMN "accessedGitProviders";--> statement-breakpoint
6+
ALTER TABLE "git_provider" DROP COLUMN "sharedWithOrganization";--> statement-breakpoint
7+
ALTER TABLE "notification" DROP COLUMN "dokployBackup";

apps/dokploy/drizzle/meta/0156_snapshot.json

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "439448ec-50e3-4347-898f-3f84f974178e",
2+
"id": "54d2750c-4a55-4c83-9ff9-0478689c833f",
33
"prevId": "61cdc4f5-a8e9-4abe-9bfb-ec338b161e1a",
44
"version": "7",
55
"dialect": "postgresql",
@@ -5079,6 +5079,13 @@
50795079
"notNull": true,
50805080
"default": false
50815081
},
5082+
"dokployBackup": {
5083+
"name": "dokployBackup",
5084+
"type": "boolean",
5085+
"primaryKey": false,
5086+
"notNull": true,
5087+
"default": false
5088+
},
50825089
"dockerCleanup": {
50835090
"name": "dockerCleanup",
50845091
"type": "boolean",
@@ -6544,24 +6551,6 @@
65446551
"notNull": true,
65456552
"default": "''"
65466553
},
6547-
"awsAccessKeyId": {
6548-
"name": "awsAccessKeyId",
6549-
"type": "text",
6550-
"primaryKey": false,
6551-
"notNull": false
6552-
},
6553-
"awsSecretAccessKey": {
6554-
"name": "awsSecretAccessKey",
6555-
"type": "text",
6556-
"primaryKey": false,
6557-
"notNull": false
6558-
},
6559-
"awsRegion": {
6560-
"name": "awsRegion",
6561-
"type": "text",
6562-
"primaryKey": false,
6563-
"notNull": false
6564-
},
65656554
"createdAt": {
65666555
"name": "createdAt",
65676556
"type": "text",
@@ -8175,8 +8164,7 @@
81758164
"schema": "public",
81768165
"values": [
81778166
"selfHosted",
8178-
"cloud",
8179-
"awsEcr"
8167+
"cloud"
81808168
]
81818169
},
81828170
"public.scheduleType": {

0 commit comments

Comments
 (0)