From: Nicolas LÅ“uillet Date: Tue, 8 Dec 2015 07:57:19 +0000 (+0100) Subject: changed table name for tagging rule X-Git-Tag: 2.0.0-alpha.1~10^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c5d0db8b71a8c1bb6b5c08763b44e14b4f876d06;p=github%2Fwallabag%2Fwallabag.git changed table name for tagging rule --- diff --git a/src/Wallabag/CoreBundle/Entity/TaggingRule.php b/src/Wallabag/CoreBundle/Entity/TaggingRule.php index 4eab590f..329d7ff8 100644 --- a/src/Wallabag/CoreBundle/Entity/TaggingRule.php +++ b/src/Wallabag/CoreBundle/Entity/TaggingRule.php @@ -10,7 +10,7 @@ use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert; * Tagging rule. * * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TaggingRuleRepository") - * @ORM\Table + * @ORM\Table(name="`tagging_rule`") * @ORM\Entity */ class TaggingRule