Fixed tests for pgsql: was using reserved keyword as table name
This commit is contained in:
parent
e018bb83f0
commit
791ec3bc6e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Doctrine\Tests\Models\DDC2775;
|
||||
|
||||
/** @Entity */
|
||||
/** @Entity @Table(name="users") */
|
||||
class User
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue