]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
changed table name for tagging rule
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 8 Dec 2015 07:57:19 +0000 (08:57 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Tue, 8 Dec 2015 08:05:56 +0000 (09:05 +0100)
src/Wallabag/CoreBundle/Entity/TaggingRule.php

index 4eab590fd98846632c8e0bdd893d8c0d5d62d07e..329d7ff85551ed6fbf291352636b572042648f79 100644 (file)
@@ -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