From b97e05c0384035ab6a150530987086f9eb6400cc Mon Sep 17 00:00:00 2001 From: linju Date: Mon, 25 Nov 2024 11:50:54 +0800 Subject: [PATCH] Create opendb-device.index.json --- .../uniCloud/database/opendb-device.index.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 uni_modules/uni-id-pages/uniCloud/database/opendb-device.index.json diff --git a/uni_modules/uni-id-pages/uniCloud/database/opendb-device.index.json b/uni_modules/uni-id-pages/uniCloud/database/opendb-device.index.json new file mode 100644 index 0000000..e74d962 --- /dev/null +++ b/uni_modules/uni-id-pages/uniCloud/database/opendb-device.index.json @@ -0,0 +1,14 @@ +[ + { + "IndexName": "index_device_id", + "MgoKeySchema": { + "MgoIndexKeys": [ + { + "Name": "device_id", + "Direction": "1" + } + ], + "MgoIsUnique": true + } + } +] \ No newline at end of file -- GitLab