add print_to_checker at product outlet
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE product_outlet_prices DROP COLUMN IF EXISTS print_to_checker;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE product_outlet_prices ADD COLUMN print_to_checker BOOLEAN NOT NULL DEFAULT TRUE;
|
||||
Reference in New Issue
Block a user