chore: remove rollback-related SQL files and snapshots

- Deleted SQL files for the "rollback" table and related schema changes, including the "funny_leper_queen", "true_marvel_zombies", and "sweet_venom" migrations.
- Removed corresponding snapshot files to clean up the database schema history.
This commit is contained in:
Mauricio Siu 2025-06-21 21:17:54 -06:00
parent ef0cef99a1
commit 7c9767d90f
7 changed files with 0 additions and 17470 deletions

View File

@ -1,14 +0,0 @@
CREATE TABLE "rollback" (
"rollbackId" text PRIMARY KEY NOT NULL,
"env" text,
"deploymentId" text NOT NULL,
"version" serial NOT NULL,
"image" text,
"createdAt" text NOT NULL
);
--> statement-breakpoint
ALTER TABLE "application" ADD COLUMN "rollbackActive" boolean DEFAULT false;--> statement-breakpoint
ALTER TABLE "application" ADD COLUMN "limitRollback" integer DEFAULT 5;--> statement-breakpoint
ALTER TABLE "deployment" ADD COLUMN "rollbackId" text;--> statement-breakpoint
ALTER TABLE "rollback" ADD CONSTRAINT "rollback_deploymentId_deployment_deploymentId_fk" FOREIGN KEY ("deploymentId") REFERENCES "public"."deployment"("deploymentId") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
ALTER TABLE "deployment" ADD CONSTRAINT "deployment_rollbackId_rollback_rollbackId_fk" FOREIGN KEY ("rollbackId") REFERENCES "public"."rollback"("rollbackId") ON DELETE cascade ON UPDATE no action;

View File

@ -1,2 +0,0 @@
ALTER TABLE "rollback" ADD COLUMN "fullContext" jsonb;--> statement-breakpoint
ALTER TABLE "rollback" DROP COLUMN "env";

View File

@ -1 +0,0 @@
ALTER TABLE "application" DROP COLUMN "limitRollback";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -652,27 +652,6 @@
"when": 1747713229160, "when": 1747713229160,
"tag": "0092_stiff_the_watchers", "tag": "0092_stiff_the_watchers",
"breakpoints": true "breakpoints": true
},
{
"idx": 93,
"version": "7",
"when": 1748835784658,
"tag": "0093_funny_leper_queen",
"breakpoints": true
},
{
"idx": 94,
"version": "7",
"when": 1748918922255,
"tag": "0094_true_marvel_zombies",
"breakpoints": true
},
{
"idx": 95,
"version": "7",
"when": 1748931222940,
"tag": "0095_sweet_venom",
"breakpoints": true
} }
] ]
} }