Files
pocket-id-pocket-id/backend/resources/migrations/postgres/20250118180712_rename_email_config_variable.down.sql

1 line
97 B
MySQL
Raw Normal View History

2025-01-19 15:30:31 +01:00
UPDATE app_config_variables SET key = 'emailEnabled' WHERE key = 'emailLoginNotificationEnabled';