DeliveryAdminWindow: Only show active modifiers in receipt mode
Test / Run tests (push) Successful in 1m53s
Test / Run tests (push) Successful in 1m53s
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- schema version 23 to 24
|
||||
|
||||
ALTER TABLE modifier DROP COLUMN standard;
|
||||
ALTER TABLE modifier DROP COLUMN quick_select;
|
||||
ALTER TABLE modifier ADD COLUMN active INTEGER NOT NULL CHECK (active IN (TRUE, FALSE)) DEFAULT TRUE;
|
||||
Reference in New Issue
Block a user