mirror of https://github.com/go-gitea/gitea
fix scripts/mysql.sql from gogs to gitea (#1161)
parent
c1c4609e4e
commit
60db7ed5ac
@ -1,2 +1,2 @@ |
|||||||
DROP DATABASE IF EXISTS gogs; |
DROP DATABASE IF EXISTS gitea; |
||||||
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; |
CREATE DATABASE IF NOT EXISTS gitea CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; |
||||||
|
Loading…
Reference in new issue