summaryrefslogtreecommitdiff
path: root/db/migrations/0097_worried_cobalt_man.sql
diff options
context:
space:
mode:
authorkiman Kim <94714426+rlaks5757@users.noreply.github.com>2025-04-02 13:45:49 +0900
committerGitHub <noreply@github.com>2025-04-02 13:45:49 +0900
commitdf6a532921c6c39f68923237d261a1abd6a105ef (patch)
tree71d5aeb2ddcbc4c82e17ea38f082e410711c2655 /db/migrations/0097_worried_cobalt_man.sql
parent4b2d468701ab069fdc2347f345da56abe37c70be (diff)
parentd8a70fa8802ad066fee68aca54df7fa41461a841 (diff)
Merge pull request #7 from DTS-Development/feature/kiman
vendor-document-viewer select row 수정
Diffstat (limited to 'db/migrations/0097_worried_cobalt_man.sql')
-rw-r--r--db/migrations/0097_worried_cobalt_man.sql10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/migrations/0097_worried_cobalt_man.sql b/db/migrations/0097_worried_cobalt_man.sql
deleted file mode 100644
index e8a472d1..00000000
--- a/db/migrations/0097_worried_cobalt_man.sql
+++ /dev/null
@@ -1,10 +0,0 @@
-CREATE TABLE "vendor_data_report_temps" (
- "id" integer PRIMARY KEY NOT NULL,
- "contract_item_id" integer NOT NULL,
- "form_code" integer NOT NULL,
- "file_name" varchar(255) NOT NULL,
- "file_path" varchar(1024) NOT NULL
-);
---> statement-breakpoint
-ALTER TABLE "vendor_data_report_temps" ADD CONSTRAINT "vendor_data_report_temps_contract_item_id_contract_items_id_fk" FOREIGN KEY ("contract_item_id") REFERENCES "public"."contract_items"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
-ALTER TABLE "vendor_data_report_temps" ADD CONSTRAINT "vendor_data_report_temps_form_code_forms_form_code_fk" FOREIGN KEY ("form_code") REFERENCES "public"."forms"("form_code") ON DELETE cascade ON UPDATE no action; \ No newline at end of file