From 164bd801188245942ca996eda75d7a554f29746a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 28 Mar 2015 11:29:19 +0100 Subject: Ability to prefix tables Will fix #799 --- src/Wallabag/CoreBundle/Entity/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Entity/Config.php') diff --git a/src/Wallabag/CoreBundle/Entity/Config.php b/src/Wallabag/CoreBundle/Entity/Config.php index 9f079656..62ea637e 100644 --- a/src/Wallabag/CoreBundle/Entity/Config.php +++ b/src/Wallabag/CoreBundle/Entity/Config.php @@ -9,7 +9,7 @@ use Symfony\Component\Validator\Constraints as Assert; * Config * * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\ConfigRepository") - * @ORM\Table(name="config") + * @ORM\Table * @ORM\Entity */ class Config -- cgit v1.2.3