addons-server/migrations/290-collect-timings.sql

5 строки
181 B
SQL

INSERT INTO `waffle_flag`
(name, everyone, percent, superusers, staff, authenticated, rollout, note)
VALUES
('collect-timings',1,NULL,0,0,1,0, 'Collect front end timings');