summaryrefslogtreecommitdiff
path: root/db/migrations/0071_worthless_shadow_king.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0071_worthless_shadow_king.sql')
-rw-r--r--db/migrations/0071_worthless_shadow_king.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrations/0071_worthless_shadow_king.sql b/db/migrations/0071_worthless_shadow_king.sql
new file mode 100644
index 00000000..4311126a
--- /dev/null
+++ b/db/migrations/0071_worthless_shadow_king.sql
@@ -0,0 +1 @@
+CREATE VIEW "public"."vendor_items_view" AS (select "vendor_possible_items"."id", "vendor_possible_items"."vendor_id", "items"."item_name", "items"."item_code", "items"."description", "vendor_possible_items"."created_at", "vendor_possible_items"."updated_at" from "vendor_possible_items" left join "items" on "vendor_possible_items"."item_code" = "items"."item_code"); \ No newline at end of file