3 lines
93 B
SQL
3 lines
93 B
SQL
UPDATE translation_settings SET provider = 'google'
|
|
WHERE id = 0 AND provider = 'microsoft';
|