summaryrefslogtreecommitdiff
path: root/db/migrations/0026_tiresome_jackpot.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0026_tiresome_jackpot.sql')
-rw-r--r--db/migrations/0026_tiresome_jackpot.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrations/0026_tiresome_jackpot.sql b/db/migrations/0026_tiresome_jackpot.sql
deleted file mode 100644
index 96ea847b..00000000
--- a/db/migrations/0026_tiresome_jackpot.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE "contracts" ADD COLUMN "project_id" integer NOT NULL;--> statement-breakpoint
-ALTER TABLE "contracts" ADD CONSTRAINT "contracts_project_id_projects_id_fk" FOREIGN KEY ("project_id") REFERENCES "public"."projects"("id") ON DELETE cascade ON UPDATE no action; \ No newline at end of file