Fix database name in template
This commit is contained in:
parent
991b023ab1
commit
086717610a
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue