13 строки
748 B
MySQL
13 строки
748 B
MySQL
|
INSERT INTO waffle_flag_mkt
|
||
|
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
|
||
|
('solitude-payments', 0, NULL, 0, 0, 0, 0, 'Solitude for payments');
|
||
|
INSERT INTO waffle_flag_mkt
|
||
|
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
|
||
|
('legacy-payments', 1, NULL, 0, 0, 0, 0, 'Legacy payments systems');
|
||
|
INSERT INTO waffle_flag_amo
|
||
|
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
|
||
|
('solitude-payments', 0, NULL, 0, 0, 0, 0, 'Solitude for payments');
|
||
|
INSERT INTO waffle_flag_amo
|
||
|
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
|
||
|
('legacy-payments', 1, NULL, 0, 0, 0, 0, 'Legacy payments systems');
|