1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00

Bump schema version

Needed after the c1fd0b77ad rebase
This commit is contained in:
José Rebelo 2023-07-26 18:21:58 +01:00
parent c1fd0b77ad
commit 4ad0c58c13

View File

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