diff options
Diffstat (limited to 'db/migrations/0084_shallow_falcon.sql')
| -rw-r--r-- | db/migrations/0084_shallow_falcon.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0084_shallow_falcon.sql b/db/migrations/0084_shallow_falcon.sql new file mode 100644 index 00000000..94afde8a --- /dev/null +++ b/db/migrations/0084_shallow_falcon.sql @@ -0,0 +1,2 @@ +DROP VIEW "public"."vendor_investigations_view";--> statement-breakpoint +CREATE VIEW "public"."vendor_investigations_view" AS (select "vendor_investigations"."id", "vendor_investigations"."vendor_id", "vendor_investigations"."pq_submission_id", "vendor_investigations"."requester_id", "vendor_investigations"."qm_manager_id", "vendor_investigations"."investigation_status", "vendor_investigations"."evaluation_type", "vendor_investigations"."investigation_address", "vendor_investigations"."investigation_method", "vendor_investigations"."scheduled_start_at", "vendor_investigations"."scheduled_end_at", "vendor_investigations"."forecasted_at", "vendor_investigations"."requested_at", "vendor_investigations"."confirmed_at", "vendor_investigations"."completed_at", "vendor_investigations"."evaluation_score", "vendor_investigations"."evaluation_result", "vendor_investigations"."investigation_notes", "vendor_investigations"."created_at", "vendor_investigations"."updated_at", "vendors"."vendor_name", "vendors"."vendor_code" from "vendor_investigations" left join "vendors" on "vendor_investigations"."vendor_id" = "vendors"."id");
\ No newline at end of file |
