Merge pull request #4134 from kiwix/Fixes#4132

Fixed: ZIM files are not showing on "Library" screen when updating the app from `3.11.1` to `3.12.0`.
This commit is contained in:
Kelson 2024-12-13 07:07:47 +01:00 committed by GitHub
commit dd327f8315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 12 deletions

View File

@ -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",
@ -14,6 +15,11 @@
"type": 6,
"flags": 1
},
{
"id": "2:2644395282642821815",
"name": "file",
"type": 9
},
{
"id": "4:3145196313443812205",
"name": "bookId",
@ -88,11 +94,6 @@
"id": "18:1711250046418389186",
"name": "zimReaderSource",
"type": 9
},
{
"id": "19:8429535071703004578",
"name": "file",
"type": 9
}
],
"relations": []
@ -398,9 +399,8 @@
5555873126720275555,
2724607601244650879,
5485468735259326535,
4272820830206771469,
2644395282642821815
4272820830206771469
],
"retiredRelationUids": [],
"version": 1
}
}

View File

@ -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": [
{
@ -14,6 +15,11 @@
"type": 6,
"flags": 1
},
{
"id": "2:2644395282642821815",
"name": "file",
"type": 9
},
{
"id": "4:3145196313443812205",
"name": "bookId",
@ -393,9 +399,8 @@
5555873126720275555,
2724607601244650879,
5485468735259326535,
4272820830206771469,
2644395282642821815
4272820830206771469
],
"retiredRelationUids": [],
"version": 1
}
}