addons-server/migrations/433-no-redis-flag.sql

7 строки
330 B
SQL

INSERT INTO waffle_flag_mkt
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
('no-redis', 0, NULL, 0, 0, 0, 0, 'No redis');
INSERT INTO waffle_flag_amo
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
('no-redis', 0, NULL, 0, 0, 0, 0, 'No redis');