diff --git a/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.11/topics.php b/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.11/topics.php index a405e66ff7..e3f2099905 100644 --- a/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.11/topics.php +++ b/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.11/topics.php @@ -37,7 +37,7 @@ $app->register(new DoctrineOrmServiceProvider(), array( "orm.proxies_dir" => $newscoopDir."/library/Proxy", - "orm.auto_generate_proxies" => false, + "orm.auto_generate_proxies" => true, "orm.proxies_namespace" => "Proxy", "orm.em.options" => array( "mappings" => array( diff --git a/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.19/init_order_in_playlists.php b/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.19/init_order_in_playlists.php index 82faa3b9dd..7ffa163e24 100644 --- a/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.19/init_order_in_playlists.php +++ b/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.19/init_order_in_playlists.php @@ -32,7 +32,7 @@ $app->register(new DoctrineOrmServiceProvider(), array( "orm.proxies_dir" => $newscoopDir."/library/Proxy", - "orm.auto_generate_proxies" => false, + "orm.auto_generate_proxies" => true, "orm.proxies_namespace" => "Proxy", "orm.em.options" => array( "mappings" => array(