]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Ability to prefix tables
[github/wallabag/wallabag.git] / app / config / config.yml
index 367aa2763537dff1868576d823b42cbc014c06d3..0807b06ab024ef56c89773e753af55e44f1352a7 100644 (file)
@@ -75,7 +75,10 @@ doctrine:
 
     orm:
         auto_generate_proxy_classes: "%kernel.debug%"
-        auto_mapping: true
+        entity_managers:
+            default:
+                naming_strategy: wallabag_core.doctrine.prefixed_naming_strategy
+                auto_mapping: true
 
 # Swiftmailer Configuration
 swiftmailer: