mirror of
https://git.meshkee.com/Meshkee/backend.git
synced 2026-08-11 22:30:59 +04:30
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';
|