forked from forgejo/forgejo
Use "utf8mb4" for MySQL by default (#25432)
TBH, I don't see much difference from `Remove "CHARSET" config option for MySQL, always use "utf8mb4"` #25413 Close #25413
This commit is contained in:
parent
ffe089432f
commit
cb3173a1e9
5 changed files with 11 additions and 36 deletions
|
@ -27,7 +27,6 @@ type InstallForm struct {
|
|||
DbPasswd string
|
||||
DbName string
|
||||
SSLMode string
|
||||
Charset string `binding:"Required;In(utf8,utf8mb4)"`
|
||||
DbPath string
|
||||
DbSchema string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue