Add in_transit to exernal status type (#335)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TYPE external_status_type ADD VALUE 'in_transit';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TYPE external_status_type ADD VALUE 'in_transit';
|
||||