partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2e0eab405e8cbef2e0288c049d2987082f23acf5
parent eda206a58fa5912141b6040c76808a3091571105
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 13 Sep 2015 14:55:05 +0200

Added UTF8 as default charset to all databases

Diffstat:
Mapp/config/config_test.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/app/config/config_test.yml b/app/config/config_test.yml @@ -20,16 +20,19 @@ doctrine: sqlite: driver: pdo_sqlite path: %kernel.cache_dir%/test.db + charset: UTF8 mysql: driver: pdo_mysql dbname: partkeepr_test host: localhost user: travis + charset: UTF8 pgsql: driver: pdo_pgsql dbname: partkeepr_test host: localhost user: travis + charset: UTF8 stof_doctrine_extensions: default_locale: en_US