This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
gitea
mirror of
https://github.com/go-gitea/gitea.git
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5f6bd323f5
gitea
/
conf
/
mysql.sql
2 lines
98 B
SQL
Raw
Blame
History
DROP
DATABASE
gogs
;
CREATE
DATABASE
IF
NOT
EXISTS
gogs
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
;
Reference in New Issue
View Git Blame
Copy Permalink