Remove deprecated SQL migration file and add new migration for default member organization flag. Update journal and snapshot metadata accordingly.

This commit is contained in:
Mauricio Siu
2025-11-02 22:03:34 -06:00
parent 759955e05e
commit 0b58092c8a
2 changed files with 7 additions and 1 deletions

View File

@@ -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;

View File

@@ -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",