fix patcher query

This commit is contained in:
Azareal 2021-04-08 10:36:48 +10:00
parent cbee05fd3e
commit 7733cf5cdc
1 changed files with 1 additions and 2 deletions

View File

@ -958,6 +958,5 @@ func patch36(scanner *bufio.Scanner) error {
if e != nil {
return e
}
//qgen.Install.SimpleInsert("settings", "name, content, type, constraints", "'activation_type','1','list','1-3'")
return execStmt(qgen.Builder.SimpleInsert("settings", "name, content, type", "'avatar_visibility','0','list','0-1'"))
return execStmt(qgen.Builder.SimpleInsert("settings", "name, content, type, constraints", "'avatar_visibility','0','list','0-1'"))
}