see: http://lists.jboss.org/pipermail/aerogear-dev/2013-May/002859.html
Right now the PK (@ Id) is used for PushAppID/MobileVariantID
However it would be better if the PK is not abused in a way that it's role has multiple meanings.
To fix that, let's add new field/column: * PushAppID (On PushApplication.java) * VariantID (On MobileVariant.java)
|