gengx
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- PowerShell 5 may encode text piped to native executables as the active ANSI
|
||||
-- code page. Repair the only user-visible non-ASCII integration default for
|
||||
-- databases initialized by the earlier migration runner.
|
||||
UPDATE system_configs
|
||||
SET config_value = CONVERT(0xE6989FE98187E7A4BEE4BAA4 USING utf8mb4)
|
||||
WHERE config_key = 'sms.sign_name' AND config_value = '????';
|
||||
Reference in New Issue
Block a user