mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-22 05:58:02 +02:00
Add support of utf8mb4 for mysql (#6992)
This commit is contained in:

committed by
techknowlogick

parent
181b7c99ed
commit
d5a98a2969
@ -23,6 +23,7 @@ type InstallForm struct {
|
||||
DbPasswd string
|
||||
DbName string
|
||||
SSLMode string
|
||||
Charset string `binding:"Required;In(utf8,utf8mb4)"`
|
||||
DbPath string
|
||||
|
||||
AppName string `binding:"Required" locale:"install.app_name"`
|
||||
|
Reference in New Issue
Block a user