From 0b58092c8a3aa42c978686a89412f8484572c0d9 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 2 Nov 2025 22:03:34 -0600 Subject: [PATCH] Remove deprecated SQL migration file and add new migration for default member organization flag. Update journal and snapshot metadata accordingly. --- apps/dokploy/drizzle/0114_dry_black_tom.sql | 6 ++++++ apps/dokploy/drizzle/meta/0114_snapshot.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 apps/dokploy/drizzle/0114_dry_black_tom.sql diff --git a/apps/dokploy/drizzle/0114_dry_black_tom.sql b/apps/dokploy/drizzle/0114_dry_black_tom.sql new file mode 100644 index 000000000..21696a65a --- /dev/null +++ b/apps/dokploy/drizzle/0114_dry_black_tom.sql @@ -0,0 +1,6 @@ +ALTER TABLE "application" ADD COLUMN "stopGracePeriodSwarm" bigint;--> statement-breakpoint +ALTER TABLE "mariadb" ADD COLUMN "stopGracePeriodSwarm" bigint;--> statement-breakpoint +ALTER TABLE "mongo" ADD COLUMN "stopGracePeriodSwarm" bigint;--> statement-breakpoint +ALTER TABLE "mysql" ADD COLUMN "stopGracePeriodSwarm" bigint;--> statement-breakpoint +ALTER TABLE "postgres" ADD COLUMN "stopGracePeriodSwarm" bigint;--> statement-breakpoint +ALTER TABLE "redis" ADD COLUMN "stopGracePeriodSwarm" bigint; \ No newline at end of file diff --git a/apps/dokploy/drizzle/meta/0114_snapshot.json b/apps/dokploy/drizzle/meta/0114_snapshot.json index 864589200..e463a22e0 100644 --- a/apps/dokploy/drizzle/meta/0114_snapshot.json +++ b/apps/dokploy/drizzle/meta/0114_snapshot.json @@ -1,5 +1,5 @@ { - "id": "c615c052-2494-4e3c-9fc2-14f26fc65160", + "id": "70e92aa8-56d1-4842-b844-775cb8198849", "prevId": "8310936d-e9ff-408b-ae6d-2292aac02523", "version": "7", "dialect": "postgresql",