mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-29 00:27:09 +00: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