adding our new waffles to the db
This commit is contained in:
Родитель
626368c4f8
Коммит
e57f5591a2
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `waffle_flag`
|
||||
(name, everyone, percent, superusers, staff, authenticated, rollout) VALUES
|
||||
('disco-pane-show-recs',0,NULL,1,0,0,0);
|
||||
|
||||
INSERT INTO `waffle_sample` (name, percent) VALUES ('disco-pane-store-collections','0.0');
|
Загрузка…
Ссылка в новой задаче