Fix database name in template

This commit is contained in:
Philippe Caseiro 2015-05-26 17:33:42 +02:00
parent 991b023ab1
commit 086717610a
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ grant all privileges on gogs.* to gogs@%%container_ip_forge identified by 'gogs1
flush privileges ;
-- connexion à la base
\r ma_database
\r gogs
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";