Fix Split Bill
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Remove constraint
|
||||
ALTER TABLE orders DROP CONSTRAINT IF EXISTS check_remaining_amount_non_negative;
|
||||
|
||||
-- Remove remaining_amount column from orders table
|
||||
ALTER TABLE orders DROP COLUMN IF EXISTS remaining_amount;
|
||||
Reference in New Issue
Block a user