addons-server/migrations/506-developer-stats-switch.sql

5 строки
178 B
SQL

INSERT INTO `waffle_switch_mkt` (name, active, note, created, modified)
VALUES ('developer-stats', 0,
'Show overall developer stats.',
NOW(), NOW());