WIP PBS AP.

This commit is contained in:
Patrick Fic
2022-10-31 15:59:00 -07:00
parent cd96de3a96
commit ede1cdb89b
16 changed files with 418 additions and 174 deletions

View File

@@ -5396,6 +5396,7 @@
- country
- created_at
- discount
- dmsid
- due_date
- email
- favorite
@@ -5418,6 +5419,7 @@
- country
- created_at
- discount
- dmsid
- due_date
- email
- favorite
@@ -5450,6 +5452,7 @@
- country
- created_at
- discount
- dmsid
- due_date
- email
- favorite

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."vendors" add column "dmsid" text
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."vendors" add column "dmsid" text
null;