mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-15 05:01:41 +08:00
New UI merge in progress
This commit is contained in:
2
scripts/mysql.sql
Normal file
2
scripts/mysql.sql
Normal file
@ -0,0 +1,2 @@
|
||||
DROP DATABASE IF EXISTS gogs;
|
||||
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci;
|
Reference in New Issue
Block a user