addons-server/migrations/624-shared-secret-waffle.sql

4 строки
203 B
SQL

INSERT INTO waffle_switch_mkt (name, active, created, modified, note)
VALUES ('shared-secret-in-url', 1, NOW(), NOW(),
'Whether to accept the fireplace shared secret as an URL query parameter');