Add ingredieints
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Revert payment status constraints to previous state
|
||||
ALTER TABLE orders DROP CONSTRAINT IF EXISTS orders_payment_status_check;
|
||||
ALTER TABLE orders ADD CONSTRAINT orders_payment_status_check CHECK (payment_status IN ('pending', 'completed', 'failed', 'refunded', 'partially_refunded'));
|
||||
Reference in New Issue
Block a user