1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-13 08:15:14 +08:00
Files
gitea/conf/mysql.sql
2014-05-01 23:58:48 +08:00

3 lines
109 B
SQL

DROP DATABASE IF EXISTS gogs;
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci;