Ability to prefix tables

Will fix #799
This commit is contained in:
Jeremy
2015-03-28 11:29:19 +01:00
committed by Nicolas Lœuillet
parent 1a93ee423b
commit 164bd80118
9 changed files with 92 additions and 8 deletions

View File

@ -43,3 +43,7 @@ services:
- { name: request.param_converter, converter: username_rsstoken_converter }
arguments:
- @doctrine
wallabag_core.doctrine.prefixed_naming_strategy:
class: Wallabag\CoreBundle\Doctrine\Mapping\PrefixedNamingStrategy
arguments: [%database_table_prefix%]