mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-03-13 09:40:15 +01:00
Bump schema version
Needed after the c1fd0b77adbc29ead50fdf6dd2fd1a3ec9d6f99e rebase
This commit is contained in:
parent
c1fd0b77ad
commit
4ad0c58c13
@ -43,7 +43,7 @@ public class GBDaoGenerator {
|
|||||||
|
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
final Schema schema = new Schema(49, MAIN_PACKAGE + ".entities");
|
final Schema schema = new Schema(50, MAIN_PACKAGE + ".entities");
|
||||||
|
|
||||||
Entity userAttributes = addUserAttributes(schema);
|
Entity userAttributes = addUserAttributes(schema);
|
||||||
Entity user = addUserInfo(schema, userAttributes);
|
Entity user = addUserInfo(schema, userAttributes);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user