Add migrations
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
||||
/* migrates existing credentials */
|
||||
UPDATE sys_credentials SET kind = 'google' WHERE kind = 'gplus';
|
||||
|
||||
/* migrates existing settings. */
|
||||
UPDATE sys_settings SET name = REPLACE(name, '.gplus.', '.google.') WHERE name LIKE 'auth.external.providers.gplus.%';
|
||||
Reference in New Issue
Block a user