From 78eed917b8bcdd47ad1903ca4e6567dacac25fff Mon Sep 17 00:00:00 2001 From: jgallego Date: Tue, 12 Jun 2018 11:01:15 +0200 Subject: [PATCH] buy config.php sin hedera-web --- config.php | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 34619d3a..ba53d09c 100644 --- a/config.php +++ b/config.php @@ -20,7 +20,7 @@ return [ 'db' => [ 'host' => 'localhost' ,'port' => 3306 - ,'schema' => 'hedera-web' + ,'schema' => 'hedera' ,'user' => 'hedera-web' ,'pass' => '' ] diff --git a/debian/changelog b/debian/changelog index a2ea3967..e6c4d256 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.406.06) stable; urgency=low +hedera-web (1.406.07) stable; urgency=low * Initial Release.