change db schema version back to 16

(master is at 15, we will merge now)
This commit is contained in:
Andreas Shimokawa
2017-04-19 21:58:13 +02:00
parent 7ee20348db
commit beb173f162

View File

@@ -42,7 +42,7 @@ public class GBDaoGenerator {
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 user = addUserInfo(schema, userAttributes);