fixed identifier overflow of smallint (thx to harald)
This commit is contained in:
parent
c4cc615456
commit
8df2d09bf1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ use Volkszaehler\Model;
|
|||
class Data {
|
||||
/**
|
||||
* @Id
|
||||
* @Column(type="smallint", nullable=false)
|
||||
* @Column(type="integer", nullable=false)
|
||||
* @GeneratedValue(strategy="AUTO")
|
||||
*
|
||||
* @todo wait until DDC-117 is fixed (PKs on FKs)
|
||||
|
|
Loading…
Add table
Reference in a new issue