chore(db): squash application migrations

This commit is contained in:
Amruth Pillai
2026-07-05 21:17:40 +02:00
parent 540796cd67
commit 4ae6d8476f
6 changed files with 4 additions and 11122 deletions
File diff suppressed because it is too large Load Diff
@@ -1,2 +0,0 @@
ALTER TABLE "application" ADD COLUMN "resume_file_url" text;--> statement-breakpoint
ALTER TABLE "application" ADD COLUMN "resume_file_name" text;
File diff suppressed because it is too large Load Diff
@@ -1 +0,0 @@
ALTER TABLE "application" DROP COLUMN "campaign";
@@ -14,8 +14,9 @@ CREATE TABLE "application" (
"job_description" text,
"match_score" integer,
"ai_metadata" jsonb,
"campaign" text,
"notes" text,
"resume_file_url" text,
"resume_file_name" text,
"cover_letter_url" text,
"cover_letter_name" text,
"follow_up_at" timestamp with time zone,
@@ -1,8 +1,8 @@
{
"version": "8",
"dialect": "postgres",
"id": "35eb9956-6ad1-498e-89e8-f5e32f0f6b9f",
"prevIds": ["ad0d8b32-34b0-4a7e-800b-c319383c1b87"],
"id": "8bb888e0-1e3e-4f20-ac7f-e5591f5037ca",
"prevIds": ["15eff223-0ddb-4ad9-b73d-d2f7706b4d05"],
"ddl": [
{
"isRlsEnabled": false,