Selaa lähdekoodia

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

Unknown 11 vuotta sitten
vanhempi
commit
03c2468c2f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      conf/mysql.sql

+ 2 - 2
conf/mysql.sql

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