fix: db migrations for stop grace period swarm

This commit is contained in:
Lucas Manchine
2025-09-24 12:00:09 -03:00
parent e35aeef4e2
commit 4bced9ede0
2 changed files with 6612 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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;

File diff suppressed because it is too large Load Diff