IO-1419 Added comments to parts orders.
This commit is contained in:
@@ -3782,6 +3782,7 @@
|
||||
- active:
|
||||
_eq: true
|
||||
columns:
|
||||
- comments
|
||||
- created_at
|
||||
- deliver_by
|
||||
- id
|
||||
@@ -3799,6 +3800,7 @@
|
||||
- role: user
|
||||
permission:
|
||||
columns:
|
||||
- comments
|
||||
- created_at
|
||||
- deliver_by
|
||||
- id
|
||||
@@ -3826,6 +3828,7 @@
|
||||
- role: user
|
||||
permission:
|
||||
columns:
|
||||
- comments
|
||||
- created_at
|
||||
- deliver_by
|
||||
- id
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Could not auto-generate a down migration.
|
||||
-- Please write an appropriate down migration for the SQL below:
|
||||
-- alter table "public"."parts_orders" add column "comments" text
|
||||
-- null;
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."parts_orders" add column "comments" text
|
||||
null;
|
||||
Reference in New Issue
Block a user