changed table name for tagging rule

This commit is contained in:
Nicolas Lœuillet 2015-12-08 08:57:19 +01:00 committed by Nicolas Lœuillet
parent a7f1921f7d
commit c5d0db8b71

View 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