mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
8 lines
310 B
SQL
8 lines
310 B
SQL
# Drop recaptcha related settings from database, we will use .env from now on
|
|
|
|
DELETE FROM settings WHERE setting = 'registerrecaptcha';
|
|
DELETE FROM settings WHERE setting = 'recaptchasitekey';
|
|
DELETE FROM settings WHERE setting = 'recaptchasecretkey';
|
|
DELETE FROM settings WHERE setting = 'recaptchenabled';
|
|
|