mirror of
https://github.com/go-gitea/gitea
synced 2025-07-08 03:27:19 +00: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