Removed setting the 'auto_migrate' global variable, since it had no effect on anything.

This commit is contained in:
Hubert Viktor 2015-06-02 09:20:37 +02:00
parent c01f73f03d
commit 09602bbe48

View File

@ -23,9 +23,6 @@ set('writable_dirs', ['app/cache', 'app/logs']);
// Assets
set('assets', ['web/css', 'web/images', 'web/js']);
// Auto migrate
set('auto_migrate', false);
// Environment vars
env('env_vars', 'SYMFONY_ENV=prod');
env('env', 'prod');