From d6e9a63b1f2852742a1e6a3bc9fb9150be5a6519 Mon Sep 17 00:00:00 2001 From: klaus Date: Mon, 3 Nov 2025 11:17:57 +0900 Subject: [PATCH] =?UTF-8?q?feat(object-box):=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20object=20box=20=EB=AA=A8?= =?UTF-8?q?=EB=8D=B8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/objectbox-models/default.json | 67 ------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 app/objectbox-models/default.json diff --git a/app/objectbox-models/default.json b/app/objectbox-models/default.json deleted file mode 100644 index 8a6b8f1a..00000000 --- a/app/objectbox-models/default.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "_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.", - "entities": [ - { - "id": "1:2209417227252155460", - "lastPropertyId": "8:7803281435927194929", - "name": "PlaybackTracking", - "properties": [ - { - "id": "1:3889922602505997244", - "name": "id", - "type": 6, - "flags": 1 - }, - { - "id": "2:874896374244616380", - "name": "contentId", - "type": 6 - }, - { - "id": "3:305496269372931228", - "name": "totalDuration", - "type": 5 - }, - { - "id": "4:1202262957765031780", - "name": "startPosition", - "type": 5 - }, - { - "id": "5:1595250877919247629", - "name": "isFree", - "type": 1 - }, - { - "id": "6:4066577743967565922", - "name": "isPreview", - "type": 1 - }, - { - "id": "7:7482414752180672089", - "name": "endPosition", - "type": 5 - }, - { - "id": "8:7803281435927194929", - "name": "playDateTime", - "type": 9 - } - ], - "relations": [] - } - ], - "lastEntityId": "1:2209417227252155460", - "lastIndexId": "0:0", - "lastRelationId": "0:0", - "lastSequenceId": "0:0", - "modelVersion": 5, - "modelVersionParserMinimum": 5, - "retiredEntityUids": [], - "retiredIndexUids": [], - "retiredPropertyUids": [], - "retiredRelationUids": [], - "version": 1 -} \ No newline at end of file