8 lines
379 B
SQL
8 lines
379 B
SQL
-- +goose Up
|
|
|
|
-- Delivery becomes an owner-toggleable section (see internal/featuremodules)
|
|
-- like Магазин/Справочники/Картриджи, instead of always-on — a service
|
|
-- center that doesn't do courier delivery can hide it from the nav
|
|
-- entirely rather than staff seeing a section they never use.
|
|
INSERT INTO feature_modules (key) VALUES ('delivery');
|