IO-1419 Added comments to parts orders.

This commit is contained in:
Patrick Fic
2021-10-04 11:59:33 -07:00
parent 0fd06d5e4e
commit 7d9759fda4
11 changed files with 42 additions and 0 deletions

View File

@@ -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

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"."parts_orders" add column "comments" text
-- null;

View File

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