mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-05-03 18:21:08 +00:00
Add support of utf8mb4 for mysql (#6992)
This commit is contained in:
@@ -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