IO-2278 adjust schema for parts dispatch.

This commit is contained in:
Patrick Fic
2023-06-06 13:41:38 -07:00
parent 86e14967ca
commit 50230e9f50
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
alter table "public"."parts_dispatch_lines" alter column "accepted_at" set not null;

View File

@@ -0,0 +1 @@
alter table "public"."parts_dispatch_lines" alter column "accepted_at" drop not null;