diff options
Diffstat (limited to 'db/migrations_backup/0077_past_ted_forrester.sql')
| -rw-r--r-- | db/migrations_backup/0077_past_ted_forrester.sql | 1 |
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 |
