summaryrefslogtreecommitdiffstats
path: root/contrib/mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mysql.sql')
-rw-r--r--contrib/mysql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/mysql.sql b/contrib/mysql.sql
new file mode 100644
index 0000000000..aad8beddfa
--- /dev/null
+++ b/contrib/mysql.sql
@@ -0,0 +1,2 @@
+DROP DATABASE IF EXISTS gitea;
+CREATE DATABASE IF NOT EXISTS gitea CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;