mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 06:47:00 +10:00
chore(db): squash application migrations
This commit is contained in:
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";
|
||||
+2
-1
@@ -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,
|
||||
+2
-2
@@ -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,
|
||||
Reference in New Issue
Block a user