fix scripts/mysql.sql from gogs to gitea (#1161)

This commit is contained in:
Lunny Xiao 2017-03-09 22:31:46 +08:00 committed by GitHub
parent c1c4609e4e
commit 60db7ed5ac
1 changed files with 2 additions and 2 deletions

4
scripts/mysql.sql vendored
View File

@ -1,2 +1,2 @@
DROP DATABASE IF EXISTS gogs;
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
DROP DATABASE IF EXISTS gitea;
CREATE DATABASE IF NOT EXISTS gitea CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;