WIP PBS AP.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."vendors" add column "dmsid" text
|
||||
null;
|
||||
Reference in New Issue
Block a user