Browse Source

Merge branch 'master' of github.com:gogits/gogs into dev

pull/160/head
Unknown 11 years ago
parent
commit
03c2468c2f
  1. 2
      conf/mysql.sql

2
conf/mysql.sql

@ -1,2 +1,2 @@
DROP DATABASE gogs;
DROP DATABASE IF EXISTS gogs;
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci;
Loading…
Cancel
Save