change db schema version back to 16
(master is at 15, we will merge now)
This commit is contained in:
parent
7ee20348db
commit
beb173f162
|
@ -42,7 +42,7 @@ public class GBDaoGenerator {
|
||||||
|
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
Schema schema = new Schema(17, MAIN_PACKAGE + ".entities");
|
Schema schema = new Schema(16, MAIN_PACKAGE + ".entities");
|
||||||
|
|
||||||
Entity userAttributes = addUserAttributes(schema);
|
Entity userAttributes = addUserAttributes(schema);
|
||||||
Entity user = addUserInfo(schema, userAttributes);
|
Entity user = addUserInfo(schema, userAttributes);
|
||||||
|
|
Loading…
Reference in New Issue