Fixed tests failing in pgsql because of used of a reserved keyword
This commit is contained in:
parent
791ec3bc6e
commit
1899bcf000
@ -3,7 +3,7 @@
|
||||
namespace Doctrine\Tests\Models\DDC2775;
|
||||
|
||||
/**
|
||||
* @Entity
|
||||
* @Entity @Table(name="authorizations")
|
||||
*/
|
||||
class Authorization
|
||||
{
|
||||
|
@ -2,7 +2,9 @@
|
||||
|
||||
namespace Doctrine\Tests\Models\DDC2775;
|
||||
|
||||
/** @Entity @Table(name="users") */
|
||||
/**
|
||||
* @Entity @Table(name="users")
|
||||
*/
|
||||
class User
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user