summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/mysql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/mysql.sql b/conf/mysql.sql
new file mode 100644
index 0000000000..6247d657bb
--- /dev/null
+++ b/conf/mysql.sql
@@ -0,0 +1,2 @@
+DROP DATABASE gogs;
+CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci; \ No newline at end of file