Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: ZIM files are not showing on "Library" screen when updating the app from 3.11.1 to 3.12.0. #4134

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions core/objectbox-models/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"_note1": "KEEP THIS FILE! Check it into a version control system (VCS) like git.",
"_note2": "ObjectBox manages crucial IDs for your object model. See docs for details.",
"_note3": "If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.",
"_note4": "The IDs of the entities and properties should not be changed unless there is a change in the corresponding entity.",
"entities": [
{
"id": "3:5536749840871435068",
Expand All @@ -14,6 +15,11 @@
"type": 6,
"flags": 1
},
{
"id": "2:2644395282642821815",
"name": "file",
"type": 9
},
{
"id": "4:3145196313443812205",
"name": "bookId",
Expand Down Expand Up @@ -88,11 +94,6 @@
"id": "18:1711250046418389186",
"name": "zimReaderSource",
"type": 9
},
{
"id": "19:8429535071703004578",
"name": "file",
"type": 9
}
],
"relations": []
Expand Down Expand Up @@ -398,9 +399,8 @@
5555873126720275555,
2724607601244650879,
5485468735259326535,
4272820830206771469,
2644395282642821815
4272820830206771469
],
"retiredRelationUids": [],
"version": 1
}
}
13 changes: 9 additions & 4 deletions core/objectbox-models/default.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"_note1": "KEEP THIS FILE! Check it into a version control system (VCS) like git.",
"_note2": "ObjectBox manages crucial IDs for your object model. See docs for details.",
"_note3": "If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.",
"_note4": "The IDs of the entities and properties should not be changed unless there is a change in the corresponding entity.",
"entities": [
{
"id": "3:5536749840871435068",
"lastPropertyId": "18:1711250046418389186",
"lastPropertyId": "19:8429535071703004578",
"name": "BookOnDiskEntity",
"properties": [
{
Expand All @@ -14,6 +15,11 @@
"type": 6,
"flags": 1
},
{
"id": "2:2644395282642821815",
"name": "file",
"type": 9
},
{
"id": "4:3145196313443812205",
"name": "bookId",
Expand Down Expand Up @@ -393,9 +399,8 @@
5555873126720275555,
2724607601244650879,
5485468735259326535,
4272820830206771469,
2644395282642821815
4272820830206771469
],
"retiredRelationUids": [],
"version": 1
}
}
Loading