summaryrefslogtreecommitdiff
path: root/db/migrations_backup/0077_past_ted_forrester.sql
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-10-10 11:45:48 +0900
committerjoonhoekim <26rote@gmail.com>2025-10-10 11:45:48 +0900
commitfed3dc0349be8faa5a94048e2ce2d96e432bf734 (patch)
tree1c81e9b2e98d9869225a2897fd2a0d2c9398a556 /db/migrations_backup/0077_past_ted_forrester.sql
parent631b09172b48ec24c4f0131bc97017b87ddf0c47 (diff)
(김준회) chore: migrations_backup 경로 제거
Diffstat (limited to 'db/migrations_backup/0077_past_ted_forrester.sql')
-rw-r--r--db/migrations_backup/0077_past_ted_forrester.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrations_backup/0077_past_ted_forrester.sql b/db/migrations_backup/0077_past_ted_forrester.sql
deleted file mode 100644
index 8168fd1d..00000000
--- a/db/migrations_backup/0077_past_ted_forrester.sql
+++ /dev/null
@@ -1 +0,0 @@
-CREATE VIEW "public"."rfqs_view" AS (select "rfqs"."id" as "id", "rfqs"."status" as "status", "rfqs"."created_at" as "created_at", "rfqs"."updated_at" as "updated_at", "rfqs"."created_by" as "created_by", "rfqs"."rfq_type" as "rfq_type", "rfqs"."rfq_code" as "rfq_code", "rfqs"."description" as "description", "rfqs"."due_date" as "due_date", "projects"."id" as "project_id", "projects"."code" as "project_code", "projects"."name" as "project_name" from "rfqs" left join "projects" on "rfqs"."project_id" = "projects"."id"); \ No newline at end of file