This website works better with JavaScript.
Explore
Help
Register
Sign In
ZOS
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Gitea 代码
768
Commits
1
Branch
0
Tags
242 MiB
Go
75.7%
Handlebars
13.4%
Roff
5.8%
JavaScript
2.4%
Less
1.8%
Other
0.6%
Tree:
5f3a6a9d74
gitea
/
conf
/
mysql.sql
2 lines
98 B
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