GBDaoGenerator: Increase schema version

It looks like e21db811e3 did not increase it, even though it showed in
the PR as if it did..
This commit is contained in:
José Rebelo
2025-12-21 21:11:45 +00:00
parent 945f5b9ce7
commit cb64f03c24
@@ -67,7 +67,7 @@ public class GBDaoGenerator {
private static final String TIMESTAMP_TO = "timestampTo";
public static void main(String[] args) throws Exception {
final Schema schema = new Schema(121, MAIN_PACKAGE + ".entities");
final Schema schema = new Schema(122, MAIN_PACKAGE + ".entities");
Entity userAttributes = addUserAttributes(schema);
Entity user = addUserInfo(schema, userAttributes);