This commit is contained in:
Kumar McMillan 2011-09-02 12:48:47 -05:00
Родитель 828d32b473
Коммит f2f3403f78
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,4 @@
# This is wrong. See migration 243
INSERT INTO `waffle_flag`
(name, everyone, percent, superusers, staff, authenticated, rollout, note) VALUES
('perf-tests',1,NULL,1,0,0,0, 'Allow devs to start addon perf tests');

Просмотреть файл

@ -0,0 +1 @@
UPDATE `waffle_flag` SET everyone=NULL where name = 'perf-tests';