4 lines
159 B
SQL
4 lines
159 B
SQL
-- Add 'approved' to invoice_status (customer accepted the invoice; content becomes immutable).
|
|
|
|
ALTER TYPE invoice_status ADD VALUE IF NOT EXISTS 'approved';
|