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

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