From 086717610a209ea1f95e15c4c86a32a794c19ee1 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 26 May 2015 17:33:42 +0200 Subject: [PATCH] Fix database name in template --- tmpl/00-create-gogs-db.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmpl/00-create-gogs-db.sql b/tmpl/00-create-gogs-db.sql index 515622d..391b762 100644 --- a/tmpl/00-create-gogs-db.sql +++ b/tmpl/00-create-gogs-db.sql @@ -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";