mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-27 19:15:50 +01:00
GBDaoGenerator: Bump version
This commit is contained in:
parent
df138e9c79
commit
b722969a68
@ -54,7 +54,7 @@ public class GBDaoGenerator {
|
||||
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
final Schema schema = new Schema(86, MAIN_PACKAGE + ".entities");
|
||||
final Schema schema = new Schema(87, MAIN_PACKAGE + ".entities");
|
||||
|
||||
Entity userAttributes = addUserAttributes(schema);
|
||||
Entity user = addUserInfo(schema, userAttributes);
|
||||
|
Loading…
Reference in New Issue
Block a user