change db schema version back to 16

(master is at 15, we will merge now)
master
Andreas Shimokawa 2017-04-19 21:58:13 +02:00
parent 7ee20348db
commit beb173f162
1 changed files with 1 additions and 1 deletions

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