add mysql create db sql file
This commit is contained in:
parent
89258e868b
commit
e085d7738a
1 changed files with 2 additions and 0 deletions
2
conf/mysql.sql
Normal file
2
conf/mysql.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
DROP DATABASE gogs;
|
||||
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci;
|
Reference in a new issue