fixed identifier overflow of smallint (thx to harald)

This commit is contained in:
Steffen Vogel 2010-12-02 21:13:51 +01:00
parent c4cc615456
commit 8df2d09bf1

View file

@ -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)