diff --git a/.gitea/actions/init-db/action.yaml b/.gitea/actions/init-db/action.yaml deleted file mode 100644 index 95526f8..0000000 --- a/.gitea/actions/init-db/action.yaml +++ /dev/null @@ -1,76 +0,0 @@ -name: initialize database -description: initialize database by using database of test environment -author: BinKrassDuFass - -inputs: - MONGODB_SERVICE_NAME: - description: 'Name of the MongoDB service' - required: true - default: 'mongo' - - TIBI_USERNAME: - description: 'Username of the Tibi account' - required: true - default: 'admin' - - TIBI_PASSWORD: - description: 'Password of the Tibi account' - required: true - default: 'admin' - - TIBI_API_URL: - description: 'URL of the Tibi API' - required: true - default: 'http://tibi-server:8080/api/v1' - - TIBI_API_CONFIG_PATH: - description: 'Path of the Tibi API config' - required: true - default: "${{github.workspace}}/api/config.yml}}" - - TIBI_API_NAMESPACE: - description: 'Namespace of the Tibi API' - required: true - - PROJECT_NAME: - description: 'Name of the project' - required: true - -runs: - using: composite - steps: - - name: Setup mongo tools - shell: bash - run: | - echo "::group::setup Mongo keys" - wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - - sudo apt-get install -y gnupg - wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - - echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list - echo "::endgroup::" - - echo "::group::mongodb tools" - sudo apt-get update - echo "aptitude install mongodb-database-tools" - sudo apt-get install -y mongodb-database-tools - echo "::endgroup::" - - echo "mongodump --version" - mongodump --version - - - name: Restore MongoDB Data - run: | - echo "::group::initialize mongo data" - mongorestore --uri "mongodb://${{inputs.MONGODB_SERVICE_NAME}}:27017" ./.github/actions/init-db/mongo-dump - echo "::endgroup::" - shell: bash - - - name: set config in tibi - shell: bash - run: ./.github/actions/init-db/setConfigInTibiProject.sh ${{inputs.TIBI_USERNAME}} ${{inputs.TIBI_PASSWORD}} ${{inputs.TIBI_API_URL}} ${{inputs.TIBI_API_CONFIG_PATH}} ${{inputs.TIBI_API_NAMESPACE}} ${{inputs.PROJECT_NAME}} - - - - - - diff --git a/.gitea/actions/init-db/mongo-dump/admin/system.version.bson b/.gitea/actions/init-db/mongo-dump/admin/system.version.bson deleted file mode 100644 index 1d05d10..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/admin/system.version.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/admin/system.version.metadata.json b/.gitea/actions/init-db/mongo-dump/admin/system.version.metadata.json deleted file mode 100644 index 6f50fa6..0000000 --- a/.gitea/actions/init-db/mongo-dump/admin/system.version.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"admin.system.version"}],"uuid":"c25383adb2a64a8ca31b3bc5cbcb6690"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/admin/system.version.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/admin/system.version.bson deleted file mode 100644 index 1d05d10..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/admin/system.version.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/admin/system.version.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/admin/system.version.metadata.json deleted file mode 100644 index ddb90ec..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/admin/system.version.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"admin.system.version"}],"uuid":"b7f7005c62a94660972612a78eba75a5"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/project.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/project.bson deleted file mode 100644 index 596854f..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/project.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/project.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/project.metadata.json deleted file mode 100644 index dbd0451..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/project.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024.project"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024.project"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024.project"},{"v":{"$numberInt":"2"},"unique":true,"key":{"name":{"$numberInt":"1"}},"name":"name_1","ns":"bkdf-tibi-2024.project"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"bkdf-tibi-2024.project","weights":{"name":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"9c454e6ffa3d44558254386b10b1550a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/user.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/user.bson deleted file mode 100644 index 643bb62..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/user.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/user.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/user.metadata.json deleted file mode 100644 index 09013c5..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024/user.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024.user"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024.user"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024.user"},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_1","ns":"bkdf-tibi-2024.user"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"bkdf-tibi-2024.user","weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"c380b8cac9af43d18667c65768b9b36e"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/action.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/action.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/action.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/action.metadata.json deleted file mode 100644 index d0f88f8..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/action.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.action"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.action"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.action"}],"uuid":"0ed597f352c24f3eaa60499af2890031"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/backups.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/backups.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/backups.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/backups.metadata.json deleted file mode 100644 index 82aa7ec..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/backups.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.backups"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.backups"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.backups"}],"uuid":"a3268c1e79404fcf9ed16f6372c291b7"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bannerSlide.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bannerSlide.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bannerSlide.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bannerSlide.metadata.json deleted file mode 100644 index 864e518..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bannerSlide.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bannerSlide"}],"uuid":"2169e0eb8b4e49dca881b0ddbfbc477f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceCustomer.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceCustomer.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceCustomer.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceCustomer.metadata.json deleted file mode 100644 index de065ed..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceCustomer.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceCustomer"}],"uuid":"ca7f7b8968d543e683a2f3b64a8b9232"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceOrder.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceOrder.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceOrder.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceOrder.metadata.json deleted file mode 100644 index 29fff25..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceOrder.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceOrder"}],"uuid":"16b245e62d9f4157a3dfba6db6ae394e"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceProduct.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceProduct.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceProduct.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceProduct.metadata.json deleted file mode 100644 index 88eb60f..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/bigCommerceProduct.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.bigCommerceProduct"}],"uuid":"b77b1b4c81e1459ba7e61988ac9c850b"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/contact.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/contact.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/contact.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/contact.metadata.json deleted file mode 100644 index b740cf2..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/contact.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.contact"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.contact"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.contact"}],"uuid":"7c72422d9c8d4d2f819783659b0aa848"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/content.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/content.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/content.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/content.metadata.json deleted file mode 100644 index 21fe748..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/content.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"question":{"$numberInt":"1"}},"name":"question_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"alternativePaths.path":{"$numberInt":"1"}},"name":"alternativePaths.path_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.content"}],"uuid":"f4636e74c8664dee946238bc02644d2f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyCartEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyCartEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyCartEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyCartEndpoint.metadata.json deleted file mode 100644 index 7975cfd..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyCartEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.dummyCartEndpoint"}],"uuid":"f9212ece83ea417399637766c6752764"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json deleted file mode 100644 index 65b0aac..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.dummyWishlistEntryEndpoint"}],"uuid":"e07ab4b7674d4614abd6227b18874b04"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/helpCenterChapter.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/helpCenterChapter.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/helpCenterChapter.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/helpCenterChapter.metadata.json deleted file mode 100644 index b4fad25..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/helpCenterChapter.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.helpCenterChapter"}],"uuid":"37ce7606da3e4b7abd3ba9fcbd4a9664"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouse.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouse.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouse.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouse.metadata.json deleted file mode 100644 index 32b8b84..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouse.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltextindex","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lighthouse","background":true,"weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"f2261cc79fd04b18bb662b2f8a4de6cc"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouseSubpath.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouseSubpath.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouseSubpath.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouseSubpath.metadata.json deleted file mode 100644 index 79bde95..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lighthouseSubpath.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lighthouseSubpath"}],"uuid":"3b1d8709779a4657872b7e0ef52bd6a2"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/login.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/login.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/login.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/login.metadata.json deleted file mode 100644 index a17e2ab..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/login.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.login"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.login"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.login"}],"uuid":"2478f5c9c0db45f68d1847e38df321ea"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lookCombination.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lookCombination.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lookCombination.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lookCombination.metadata.json deleted file mode 100644 index 415ec4c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/lookCombination.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lookCombination"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lookCombination"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.lookCombination"}],"uuid":"1d6726f0b8724836a9569e94f921d9cd"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/medialib.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/medialib.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/medialib.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/medialib.metadata.json deleted file mode 100644 index 90b1eb6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/medialib.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.medialib"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.medialib"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.medialib"}],"uuid":"f07e453957a84162a7ea1b7938cae463"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/module.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/module.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/module.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/module.metadata.json deleted file mode 100644 index e517015..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/module.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"unique":true,"key":{"label":{"$numberInt":"1"}},"name":"label_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"unique":true,"key":{"germanLabelTranslation":{"$numberInt":"1"}},"name":"germanLabelTranslation_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.module"}],"uuid":"24056a4125ec4d57a3359decb8772b46"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/navigation.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/navigation.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/navigation.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/navigation.metadata.json deleted file mode 100644 index 100a45f..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/navigation.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.navigation"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.navigation"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.navigation"}],"uuid":"d670144b00cf47af989e004e7ed5f183"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderReturnRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderReturnRequest.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderReturnRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderReturnRequest.metadata.json deleted file mode 100644 index 6830fab..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderReturnRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.orderReturnRequest"}],"uuid":"14fa8dbf9c654a77856e5be1b1747766"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderRevokeRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderRevokeRequest.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderRevokeRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderRevokeRequest.metadata.json deleted file mode 100644 index 8a58a1c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/orderRevokeRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.orderRevokeRequest"}],"uuid":"3e5b22576eb54235844fbc6a22c25ead"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/productBenefit.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/productBenefit.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/productBenefit.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/productBenefit.metadata.json deleted file mode 100644 index 3ff5c29..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/productBenefit.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.productBenefit"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.productBenefit"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.productBenefit"}],"uuid":"10f0cbeb798c48ddb44fd73cf5b6b992"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/rating.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/rating.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/rating.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/rating.metadata.json deleted file mode 100644 index 0246ed2..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/rating.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"bigcommerceOrderId":{"$numberInt":"1"}},"name":"bigcommerceOrderId_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"bigCommerceProductId":{"$numberInt":"1"}},"name":"bigCommerceProductId_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"rating":{"$numberInt":"1"}},"name":"rating_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"status":{"$numberInt":"1"}},"name":"status_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.rating"}],"uuid":"9127e60bcfbf48c4879f3bec3dad8ccf"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/shopStatus.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/shopStatus.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/shopStatus.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/shopStatus.metadata.json deleted file mode 100644 index 16a4ea6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/shopStatus.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.shopStatus"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.shopStatus"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.shopStatus"}],"uuid":"9ffb8ed7d31c44f19dfe4fa6ceb236b2"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/sizingDetails.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/sizingDetails.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/sizingDetails.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/sizingDetails.metadata.json deleted file mode 100644 index 92dac8b..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/sizingDetails.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.sizingDetails"}],"uuid":"ca41e8004c1b492aa5d473a51119edd0"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/ssr.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/ssr.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/ssr.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/ssr.metadata.json deleted file mode 100644 index 0d3856e..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/ssr.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.ssr"}],"uuid":"9a12298deb1741b68a4042f6ce07b5a0"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/tag.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/tag.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/tag.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/tag.metadata.json deleted file mode 100644 index f1b3c89..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/tag.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.tag"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.tag"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.tag"}],"uuid":"5b9d4c3560d94b3dbcbfbfab39d1a37d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/webhook.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/webhook.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/webhook.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/webhook.metadata.json deleted file mode 100644 index 7dfadfd..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf-tibi-2024_bkdf_tibi_2024/webhook.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf-tibi-2024_bkdf_tibi_2024.webhook"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.webhook"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf-tibi-2024_bkdf_tibi_2024.webhook"}],"uuid":"f5835c45fcab44adaa19d579cf312583"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/project.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/project.bson deleted file mode 100644 index 016a713..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/project.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/project.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/project.metadata.json deleted file mode 100644 index d81fc6f..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/project.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024.project"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024.project"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024.project"},{"v":{"$numberInt":"2"},"unique":true,"key":{"name":{"$numberInt":"1"}},"name":"name_1","ns":"bkdf_tibi_2024.project"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"bkdf_tibi_2024.project","weights":{"name":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"798e471a44c54ca4862853b426bd53fb"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/user.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/user.bson deleted file mode 100644 index 07d104b..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/user.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/user.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/user.metadata.json deleted file mode 100644 index 42d3d56..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024/user.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024.user"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024.user"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024.user"},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_1","ns":"bkdf_tibi_2024.user"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"bkdf_tibi_2024.user","weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"776961c8d0ec48c8b7495c94f546fdfe"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/action.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/action.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/action.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/action.metadata.json deleted file mode 100644 index b1e8444..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/action.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.action"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.action"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.action"}],"uuid":"62081001c405464697f3733ec32a0fa5"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/backups.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/backups.bson deleted file mode 100644 index 4594a64..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/backups.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/backups.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/backups.metadata.json deleted file mode 100644 index e4c546a..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/backups.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.backups"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.backups"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.backups"}],"uuid":"fc0452e152e542a395cca4493528c73f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bannerSlide.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bannerSlide.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bannerSlide.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bannerSlide.metadata.json deleted file mode 100644 index a03a95a..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bannerSlide.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bannerSlide"}],"uuid":"6424285f5c8b43b4be4b577cb9123927"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceCustomer.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceCustomer.bson deleted file mode 100644 index 8ed2d85..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceCustomer.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceCustomer.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceCustomer.metadata.json deleted file mode 100644 index 0b3fcc9..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceCustomer.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_800a","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceCustomer","background":false,"sparse":false}],"uuid":"9c2b4494175d4185bd87e287aeeda1aa"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceOrder.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceOrder.bson deleted file mode 100644 index 249bcb3..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceOrder.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceOrder.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceOrder.metadata.json deleted file mode 100644 index 4877e66..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceOrder.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceOrder"}],"uuid":"0cf08831475e484dbed36cffb387c76c"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceProduct.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceProduct.bson deleted file mode 100644 index db4443e..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceProduct.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceProduct.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceProduct.metadata.json deleted file mode 100644 index 78430d8..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/bigCommerceProduct.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.bigCommerceProduct"}],"uuid":"8486b5ba07754550860086aaeb7356f8"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/contact.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/contact.bson deleted file mode 100644 index dcd9e4a..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/contact.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/contact.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/contact.metadata.json deleted file mode 100644 index 9105c64..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/contact.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.contact"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.contact"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.contact"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_bkdf_tibi_2024.contact","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"e565fe8508ce45569c6d3987a7ed6e68"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/content.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/content.bson deleted file mode 100644 index fd30e6a..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/content.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/content.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/content.metadata.json deleted file mode 100644 index 9c01ce6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/content.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_bkdf_tibi_2024.content","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}},{"v":{"$numberInt":"2"},"key":{"question":{"$numberInt":"1"}},"name":"question_a819","ns":"bkdf_tibi_2024_bkdf_tibi_2024.content","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"path":{"$numberInt":"1"}},"name":"path_a7d3","ns":"bkdf_tibi_2024_bkdf_tibi_2024.content","background":false,"sparse":false}],"uuid":"fbc8a46dfa3449819608a832154fd7c3"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyCartEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyCartEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyCartEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyCartEndpoint.metadata.json deleted file mode 100644 index 9d802c8..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyCartEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.dummyCartEndpoint"}],"uuid":"b488f77aac174f7fa117639e7f44f275"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json deleted file mode 100644 index f837f34..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.dummyWishlistEntryEndpoint"}],"uuid":"f6123e531762450e909b6c06251799da"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/helpCenterChapter.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/helpCenterChapter.bson deleted file mode 100644 index 77ba93c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/helpCenterChapter.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/helpCenterChapter.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/helpCenterChapter.metadata.json deleted file mode 100644 index ab132cc..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/helpCenterChapter.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.helpCenterChapter"}],"uuid":"3fce99cc292c4c44b606b9f9e33422c8"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouse.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouse.bson deleted file mode 100644 index e79688c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouse.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouse.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouse.metadata.json deleted file mode 100644 index d755b59..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouse.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltextindex","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lighthouse","background":true,"weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"e45de40c61d84bcca96ab05a3f236d47"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouseSubpath.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouseSubpath.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouseSubpath.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouseSubpath.metadata.json deleted file mode 100644 index 75be1be..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lighthouseSubpath.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lighthouseSubpath"}],"uuid":"ec59310e49fc4151b6be11f27511af45"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/login.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/login.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/login.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/login.metadata.json deleted file mode 100644 index 0cd688f..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/login.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.login"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.login"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.login"}],"uuid":"3f75c2d95efc42e888d0c8fe8c74a9ef"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lookCombination.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lookCombination.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lookCombination.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lookCombination.metadata.json deleted file mode 100644 index 99aa72d..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/lookCombination.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lookCombination"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lookCombination"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.lookCombination"}],"uuid":"b84403a6c4a84887bcf9e9f1b8369582"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/medialib.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/medialib.bson deleted file mode 100644 index f0b23b7..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/medialib.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/medialib.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/medialib.metadata.json deleted file mode 100644 index 9f864a6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/medialib.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.medialib"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.medialib"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.medialib"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_bkdf_tibi_2024.medialib","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"3cf51d220975419dbc4f85f74b9b891c"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/module.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/module.bson deleted file mode 100644 index b9762da..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/module.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/module.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/module.metadata.json deleted file mode 100644 index 5362941..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/module.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_bkdf_tibi_2024.module","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}},{"v":{"$numberInt":"2"},"unique":true,"key":{"label":{"$numberInt":"1"}},"name":"label_deee","ns":"bkdf_tibi_2024_bkdf_tibi_2024.module","background":false,"sparse":false},{"v":{"$numberInt":"2"},"unique":true,"key":{"germanLabelTranslation":{"$numberInt":"1"}},"name":"germanLabelTranslation_b1d3","ns":"bkdf_tibi_2024_bkdf_tibi_2024.module","background":false,"sparse":false}],"uuid":"50a295e832ee435c9735a07048bd95cf"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/navigation.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/navigation.bson deleted file mode 100644 index 9ae6bae..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/navigation.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/navigation.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/navigation.metadata.json deleted file mode 100644 index 81838a0..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/navigation.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.navigation"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.navigation"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.navigation"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_bkdf_tibi_2024.navigation","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"fa3331d37c974046b699acf7766ad57a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderReturnRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderReturnRequest.bson deleted file mode 100644 index e1260a5..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderReturnRequest.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderReturnRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderReturnRequest.metadata.json deleted file mode 100644 index e7f1435..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderReturnRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.orderReturnRequest"}],"uuid":"ada5e029b8f54d4ca5eebd0c8ee1989c"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderRevokeRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderRevokeRequest.bson deleted file mode 100644 index 1f4a03c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderRevokeRequest.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderRevokeRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderRevokeRequest.metadata.json deleted file mode 100644 index b3c7e00..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/orderRevokeRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.orderRevokeRequest"}],"uuid":"4ed32b0b20db473ebd019b05922b1637"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBackgroundImage.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBackgroundImage.bson deleted file mode 100644 index 36a4db3..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBackgroundImage.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBackgroundImage.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBackgroundImage.metadata.json deleted file mode 100644 index 9389a69..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBackgroundImage.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.productBackgroundImage"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.productBackgroundImage"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.productBackgroundImage"}],"uuid":"236a91a7585140c3a0e1a4596e75d228"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBenefit.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBenefit.bson deleted file mode 100644 index 85fee85..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBenefit.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBenefit.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBenefit.metadata.json deleted file mode 100644 index 1a838af..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/productBenefit.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.productBenefit"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.productBenefit"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.productBenefit"}],"uuid":"8d600828a7e44cedb22e9dd624d9621f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/qrCode.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/qrCode.bson deleted file mode 100644 index 7a970d9..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/qrCode.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/qrCode.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/qrCode.metadata.json deleted file mode 100644 index 56c34f5..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/qrCode.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.qrCode"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.qrCode"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.qrCode"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_bkdf_tibi_2024.qrCode","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}},{"v":{"$numberInt":"2"},"key":{"customer":{"$numberInt":"1"}},"name":"customer_c079","ns":"bkdf_tibi_2024_bkdf_tibi_2024.qrCode","background":false,"sparse":false}],"uuid":"8cf7cd4b99d241f19d25f20ce451f2a5"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/rating.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/rating.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/rating.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/rating.metadata.json deleted file mode 100644 index c5a65be..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/rating.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_bkdf_tibi_2024.rating","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}},{"v":{"$numberInt":"2"},"key":{"bigcommerceOrderId":{"$numberInt":"1"}},"name":"bigcommerceOrderId_ed0a","ns":"bkdf_tibi_2024_bkdf_tibi_2024.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"bigCommerceProductId":{"$numberInt":"1"}},"name":"bigCommerceProductId_9ece","ns":"bkdf_tibi_2024_bkdf_tibi_2024.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"rating":{"$numberInt":"1"}},"name":"rating_7f4a","ns":"bkdf_tibi_2024_bkdf_tibi_2024.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"status":{"$numberInt":"1"}},"name":"status_e322","ns":"bkdf_tibi_2024_bkdf_tibi_2024.rating","background":false,"sparse":false}],"uuid":"d3a8dce46874436bbe18f09e50287b02"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChallenge.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChallenge.bson deleted file mode 100644 index 63a75f1..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChallenge.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChallenge.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChallenge.metadata.json deleted file mode 100644 index cc9eb5c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChallenge.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.selfImprovementChallenge"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.selfImprovementChallenge"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.selfImprovementChallenge"}],"uuid":"787b7edf28ff4515b1188171b940eb8d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChapter.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChapter.bson deleted file mode 100644 index 070d14b..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChapter.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChapter.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChapter.metadata.json deleted file mode 100644 index a3ba5b6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/selfImprovementChapter.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.selfImprovementChapter"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.selfImprovementChapter"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.selfImprovementChapter"}],"uuid":"54cd5a61565e4d21b346bcb95a341546"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/shopStatus.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/shopStatus.bson deleted file mode 100644 index ff1088f..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/shopStatus.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/shopStatus.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/shopStatus.metadata.json deleted file mode 100644 index 968bfaf..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/shopStatus.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.shopStatus"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.shopStatus"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.shopStatus"}],"uuid":"54d2c3820c364473ada507e6d0c8b6a3"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/sizingDetails.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/sizingDetails.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/sizingDetails.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/sizingDetails.metadata.json deleted file mode 100644 index f587d64..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/sizingDetails.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.sizingDetails"}],"uuid":"5ba7660f429d4733b3050b0f5486c5bb"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/ssr.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/ssr.bson deleted file mode 100644 index 2a45f8a..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/ssr.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/ssr.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/ssr.metadata.json deleted file mode 100644 index c5297d9..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/ssr.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_a874","ns":"bkdf_tibi_2024_bkdf_tibi_2024.ssr","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"validUntil":{"$numberInt":"1"}},"name":"validUntil_9a04","ns":"bkdf_tibi_2024_bkdf_tibi_2024.ssr","background":false,"sparse":false}],"uuid":"00cf6a576c8f44f2a228e5cc1f89aca9"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/tag.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/tag.bson deleted file mode 100644 index 0af3145..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/tag.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/tag.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/tag.metadata.json deleted file mode 100644 index a7cee4c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/tag.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.tag"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.tag"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.tag"}],"uuid":"63ed40748a0841ed8e3968bdb0249957"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/webhook.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/webhook.bson deleted file mode 100644 index 4bd3f58..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/webhook.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/webhook.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/webhook.metadata.json deleted file mode 100644 index 5854d04..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_bkdf_tibi_2024/webhook.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_bkdf_tibi_2024.webhook"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.webhook"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_bkdf_tibi_2024.webhook"}],"uuid":"b31bf30216f84d7c8f16f3a4b93946b6"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/project.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/project.bson deleted file mode 100644 index 852c940..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/project.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/project.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/project.metadata.json deleted file mode 100644 index 32f7656..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/project.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy.project"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy.project","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy.project","background":false,"sparse":false},{"v":{"$numberInt":"2"},"unique":true,"key":{"name":{"$numberInt":"1"}},"name":"name_1","ns":"bkdf_tibi_2024_legacy.project","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"bkdf_tibi_2024_legacy.project","background":false,"sparse":false,"default_language":"german","weights":{"name":{"$numberInt":"1"}},"language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"d9d7c566a8204f08b40155a725003ddd"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/user.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/user.bson deleted file mode 100644 index 69f1d48..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/user.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/user.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/user.metadata.json deleted file mode 100644 index 2064f48..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy/user.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy.user"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy.user","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy.user","background":false,"sparse":false},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_1","ns":"bkdf_tibi_2024_legacy.user","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"bkdf_tibi_2024_legacy.user","background":false,"sparse":false,"default_language":"german","weights":{"$**":{"$numberInt":"1"}},"language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"193eec98769e4b63b4d2535ac5bdb081"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/action.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/action.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/action.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/action.metadata.json deleted file mode 100644 index e798abc..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/action.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.action"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.action","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.action","background":false,"sparse":false}],"uuid":"fa8fbb0f9f8447f1be587904bba2b754"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/backups.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/backups.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/backups.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/backups.metadata.json deleted file mode 100644 index 676e84e..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/backups.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.backups"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.backups","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.backups","background":false,"sparse":false}],"uuid":"6090ec6e91ef40b0b76cde43ff46a86f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bannerSlide.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bannerSlide.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bannerSlide.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bannerSlide.metadata.json deleted file mode 100644 index 0cc162d..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bannerSlide.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bannerSlide","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bannerSlide","background":false,"sparse":false}],"uuid":"1c89e0997ba24eab9e9edab7fa2f547f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceCustomer.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceCustomer.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceCustomer.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceCustomer.metadata.json deleted file mode 100644 index bafc3c6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceCustomer.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceCustomer","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceCustomer","background":false,"sparse":false},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_800a","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceCustomer","background":false,"sparse":false}],"uuid":"1a884e7bc50749e48e94e40e5c0fbd17"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceOrder.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceOrder.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceOrder.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceOrder.metadata.json deleted file mode 100644 index 7fe29b1..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceOrder.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceOrder","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceOrder","background":false,"sparse":false}],"uuid":"13e6e2eb4e8349e390016fcf3bdafbed"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceProduct.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceProduct.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceProduct.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceProduct.metadata.json deleted file mode 100644 index 31b0cdd..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/bigCommerceProduct.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceProduct","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.bigCommerceProduct","background":false,"sparse":false}],"uuid":"7671519fc84841d99654edc8b9f6c16a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/contact.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/contact.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/contact.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/contact.metadata.json deleted file mode 100644 index 3e8076f..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/contact.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.contact"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.contact","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.contact","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.contact","background":false,"sparse":false,"weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"7c002125fd1c44428ab860d59c7a3d7e"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/content.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/content.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/content.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/content.metadata.json deleted file mode 100644 index ad3e491..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/content.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.content"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.content","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.content","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"question":{"$numberInt":"1"}},"name":"question_a819","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.content","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"path":{"$numberInt":"1"}},"name":"path_a7d3","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.content","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.content","background":false,"sparse":false,"weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"4d4cce7d25b446ccbf08d87031c19ced"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyCartEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyCartEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyCartEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyCartEndpoint.metadata.json deleted file mode 100644 index 3ce2292..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyCartEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.dummyCartEndpoint","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.dummyCartEndpoint","background":false,"sparse":false}],"uuid":"57b8d725369e414e90703fde8dbf1bf3"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyWishlistEntryEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyWishlistEntryEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyWishlistEntryEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyWishlistEntryEndpoint.metadata.json deleted file mode 100644 index f30e9d4..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/dummyWishlistEntryEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.dummyWishlistEntryEndpoint","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.dummyWishlistEntryEndpoint","background":false,"sparse":false}],"uuid":"226d10963952436bacaab40ee3690b53"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/helpCenterChapter.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/helpCenterChapter.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/helpCenterChapter.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/helpCenterChapter.metadata.json deleted file mode 100644 index 23de00a..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/helpCenterChapter.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.helpCenterChapter","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.helpCenterChapter","background":false,"sparse":false}],"uuid":"b74fc263a6ec4c599d80d83892c289ad"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouse.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouse.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouse.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouse.metadata.json deleted file mode 100644 index fa27c27..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouse.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lighthouse"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lighthouse","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lighthouse","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltextindex","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lighthouse","background":true,"sparse":false,"default_language":"german","weights":{"$**":{"$numberInt":"1"}},"language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"c08d16b5b0644f57bd7366bcc7fccbe5"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouseSubpath.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouseSubpath.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouseSubpath.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouseSubpath.metadata.json deleted file mode 100644 index 50e0dd2..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lighthouseSubpath.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lighthouseSubpath","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lighthouseSubpath","background":false,"sparse":false}],"uuid":"cf91dbec3786498a9d651c74ee1c10ca"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/login.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/login.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/login.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/login.metadata.json deleted file mode 100644 index e32bd13..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/login.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.login"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.login","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.login","background":false,"sparse":false}],"uuid":"408792d262994a0fa35a3c548817413d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lookCombination.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lookCombination.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lookCombination.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lookCombination.metadata.json deleted file mode 100644 index 813acbf..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/lookCombination.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lookCombination"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lookCombination","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.lookCombination","background":false,"sparse":false}],"uuid":"3150342cc05b414bb6ede755f98b698a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/medialib.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/medialib.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/medialib.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/medialib.metadata.json deleted file mode 100644 index c7be058..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/medialib.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.medialib"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.medialib","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.medialib","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.medialib","background":false,"sparse":false,"weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"0f07d77c5eb14119a02c001d8c9a6668"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/module.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/module.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/module.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/module.metadata.json deleted file mode 100644 index 85acb6a..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/module.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.module"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.module","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.module","background":false,"sparse":false},{"v":{"$numberInt":"2"},"unique":true,"key":{"label":{"$numberInt":"1"}},"name":"label_deee","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.module","background":false,"sparse":false},{"v":{"$numberInt":"2"},"unique":true,"key":{"germanLabelTranslation":{"$numberInt":"1"}},"name":"germanLabelTranslation_b1d3","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.module","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.module","background":false,"sparse":false,"weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"ef5d29950fc54ae1a7990358bdef9cbf"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/navigation.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/navigation.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/navigation.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/navigation.metadata.json deleted file mode 100644 index 27a472b..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/navigation.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.navigation"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.navigation","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.navigation","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.navigation","background":false,"sparse":false,"weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"5001a19aae614211963c71f71a45fab8"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderReturnRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderReturnRequest.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderReturnRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderReturnRequest.metadata.json deleted file mode 100644 index 0243c38..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderReturnRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.orderReturnRequest","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.orderReturnRequest","background":false,"sparse":false}],"uuid":"51cb8fa478c4483c8d5a2dc2bc8e287d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderRevokeRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderRevokeRequest.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderRevokeRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderRevokeRequest.metadata.json deleted file mode 100644 index c9ee7ab..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/orderRevokeRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.orderRevokeRequest","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.orderRevokeRequest","background":false,"sparse":false}],"uuid":"372d5a5544f841dea89862dab3003621"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBackgroundImage.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBackgroundImage.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBackgroundImage.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBackgroundImage.metadata.json deleted file mode 100644 index 87e58e6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBackgroundImage.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.productBackgroundImage"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.productBackgroundImage","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.productBackgroundImage","background":false,"sparse":false}],"uuid":"af261c54a44440e8ac00d9f3c9c828a9"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBenefit.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBenefit.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBenefit.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBenefit.metadata.json deleted file mode 100644 index 9a7e75b..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/productBenefit.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.productBenefit"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.productBenefit","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.productBenefit","background":false,"sparse":false}],"uuid":"275190923efa415fbc9a538315eed60f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/qrCode.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/qrCode.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/qrCode.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/qrCode.metadata.json deleted file mode 100644 index f61ffb7..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/qrCode.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.qrCode"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.qrCode","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.qrCode","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"customer":{"$numberInt":"1"}},"name":"customer_c079","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.qrCode","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.qrCode","background":false,"sparse":false,"weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"6139da02382e461e80b88660b87891fd"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/rating.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/rating.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/rating.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/rating.metadata.json deleted file mode 100644 index 0de8bc8..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/rating.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.rating"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"bigcommerceOrderId":{"$numberInt":"1"}},"name":"bigcommerceOrderId_ed0a","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"bigCommerceProductId":{"$numberInt":"1"}},"name":"bigCommerceProductId_9ece","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"rating":{"$numberInt":"1"}},"name":"rating_7f4a","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"status":{"$numberInt":"1"}},"name":"status_e322","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.rating","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.rating","background":false,"sparse":false,"weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"c20fd02643184f318d03a0958e5ce13a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChallenge.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChallenge.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChallenge.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChallenge.metadata.json deleted file mode 100644 index b3d6f56..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChallenge.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.selfImprovementChallenge"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.selfImprovementChallenge","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.selfImprovementChallenge","background":false,"sparse":false}],"uuid":"80f7b9fe40cf45ddaa104a8444261658"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChapter.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChapter.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChapter.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChapter.metadata.json deleted file mode 100644 index 32d02e3..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/selfImprovementChapter.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.selfImprovementChapter"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.selfImprovementChapter","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.selfImprovementChapter","background":false,"sparse":false}],"uuid":"01e4177597ec4b168a7f5d7b9a3bcb37"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/shopStatus.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/shopStatus.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/shopStatus.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/shopStatus.metadata.json deleted file mode 100644 index f78a45e..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/shopStatus.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.shopStatus"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.shopStatus","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.shopStatus","background":false,"sparse":false}],"uuid":"4e37c972acca41cf94795cd420bf2284"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/sizingDetails.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/sizingDetails.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/sizingDetails.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/sizingDetails.metadata.json deleted file mode 100644 index 91774d4..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/sizingDetails.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.sizingDetails","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.sizingDetails","background":false,"sparse":false}],"uuid":"fd2658d18be7481f914c4ec0b15a7b9d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/ssr.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/ssr.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/ssr.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/ssr.metadata.json deleted file mode 100644 index d13701c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/ssr.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.ssr"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.ssr","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.ssr","background":false,"sparse":false},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_a874","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.ssr","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"validUntil":{"$numberInt":"1"}},"name":"validUntil_9a04","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.ssr","background":false,"sparse":false}],"uuid":"1df3320a211f418b9ec0c908a90f6223"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/tag.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/tag.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/tag.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/tag.metadata.json deleted file mode 100644 index bad39f2..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/tag.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.tag"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.tag","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.tag","background":false,"sparse":false}],"uuid":"a3aff4a08b304ae2a49f966f7420571e"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/webhook.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/webhook.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/webhook.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/webhook.metadata.json deleted file mode 100644 index 04ee322..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy/webhook.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.webhook"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.webhook","background":false,"sparse":false},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"bkdf_tibi_2024_legacy_bkdf_tibi_2024_legacy.webhook","background":false,"sparse":false}],"uuid":"cf0c0bb52be54e62835b69d3d1e9ae23"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/project.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/project.bson deleted file mode 100644 index d791295..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/project.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/project.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/project.metadata.json deleted file mode 100644 index 04503cf..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/project.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi.project"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi.project"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi.project"},{"v":{"$numberInt":"2"},"unique":true,"key":{"name":{"$numberInt":"1"}},"name":"name_1","ns":"tibi.project"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"tibi.project","weights":{"name":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"51c964eec7f748dd8ef565fc30acaff2"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/user.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/user.bson deleted file mode 100644 index e2b7628..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/user.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/user.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/user.metadata.json deleted file mode 100644 index e36d7f4..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi/user.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi.user"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi.user"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi.user"},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_1","ns":"tibi.user"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"tibi.user","weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"a0654b96d2284fecb1d8b10f6ecef3d5"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/backups.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/backups.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/backups.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/backups.metadata.json deleted file mode 100644 index b4e6af2..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/backups.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.backups"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.backups"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.backups"}],"uuid":"4993cf280e844b5b80fe208350713002"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/banner.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/banner.bson deleted file mode 100644 index 1d6ff5c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/banner.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/banner.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/banner.metadata.json deleted file mode 100644 index 3ca715a..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/banner.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.banner"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.banner"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.banner"}],"uuid":"7346de51448b4a27b289a0e32336d0b6"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/content.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/content.bson deleted file mode 100644 index e9516a0..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/content.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/content.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/content.metadata.json deleted file mode 100644 index 89dbd19..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/content.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.content"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.content"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.content"},{"v":{"$numberInt":"2"},"key":{"meta.datum":{"$numberInt":"1"}},"name":"meta.datum_1","ns":"tibi_allkids_erfurt.content"}],"uuid":"df9951d7cf964e5e8a22360c09aa27c7"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/forms.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/forms.bson deleted file mode 100644 index ae99fa2..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/forms.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/forms.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/forms.metadata.json deleted file mode 100644 index 98325ff..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/forms.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.forms"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.forms"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.forms"}],"uuid":"7815c4dfc9d9460c8aac8cf94cc67ea6"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouse.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouse.bson deleted file mode 100644 index 120e219..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouse.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouse.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouse.metadata.json deleted file mode 100644 index b72325c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouse.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.lighthouse"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.lighthouse"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.lighthouse"}],"uuid":"fca0bbd4089a43689609593178154de9"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouseSubpath.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouseSubpath.bson deleted file mode 100644 index 667950b..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouseSubpath.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouseSubpath.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouseSubpath.metadata.json deleted file mode 100644 index 133c2ff..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/lighthouseSubpath.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.lighthouseSubpath"}],"uuid":"b72120ec4cd34054a83833dce78c869f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/navigation.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/navigation.bson deleted file mode 100644 index 8a37f2a..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/navigation.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/navigation.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/navigation.metadata.json deleted file mode 100644 index 1f57bf0..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/navigation.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.navigation"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.navigation"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.navigation"}],"uuid":"d989bd0ea7ba4ea4ae728b8a6baa62ba"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/ssr.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/ssr.bson deleted file mode 100644 index f1cadf7..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/ssr.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/ssr.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/ssr.metadata.json deleted file mode 100644 index 420de04..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/ssr.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.ssr"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.ssr"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.ssr"},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"tibi_allkids_erfurt.ssr"}],"uuid":"75869e19f8164beabe53366265b10208"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/temperature.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/temperature.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/temperature.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/temperature.metadata.json deleted file mode 100644 index 308a315..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_allkids_erfurt/temperature.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.temperature"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.temperature"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.temperature"}],"uuid":"eb60c1bc334c4fa2a473fdb6c99b3e6a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/action.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/action.bson deleted file mode 100644 index 1b25a16..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/action.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/action.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/action.metadata.json deleted file mode 100644 index d5ecb7b..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/action.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.action"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.action"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.action"}],"uuid":"343d0a64ff4e4049b438c53eb4b9012d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/backups.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/backups.bson deleted file mode 100644 index 7c4480c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/backups.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/backups.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/backups.metadata.json deleted file mode 100644 index 854fd73..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/backups.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.backups"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.backups"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.backups"}],"uuid":"a8c8692a0235422fbd827e1e0e8e8f5f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bannerSlide.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bannerSlide.bson deleted file mode 100644 index 46516a5..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bannerSlide.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bannerSlide.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bannerSlide.metadata.json deleted file mode 100644 index 0c779df..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bannerSlide.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.bannerSlide"}],"uuid":"4a4d430e6bda433998508ba6143018c8"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceCustomer.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceCustomer.bson deleted file mode 100644 index 05e699c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceCustomer.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceCustomer.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceCustomer.metadata.json deleted file mode 100644 index f35a9bc..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceCustomer.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_1","ns":"tibi_bkdf.bigCommerceCustomer"}],"uuid":"09824dfb8fa844fe919c4981c7bf0e89"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceOrder.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceOrder.bson deleted file mode 100644 index 2c7a028..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceOrder.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceOrder.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceOrder.metadata.json deleted file mode 100644 index 629bda2..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceOrder.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.bigCommerceOrder"}],"uuid":"d9e6c6e668354d99857215abde0de009"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProduct.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProduct.bson deleted file mode 100644 index c498875..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProduct.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProduct.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProduct.metadata.json deleted file mode 100644 index 6f0f3ba..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProduct.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.bigCommerceProduct"}],"uuid":"1cfc9c57af73492f87a179314fbb9b6b"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProducts.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProducts.bson deleted file mode 100644 index f92fec6..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProducts.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProducts.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProducts.metadata.json deleted file mode 100644 index 3cdd5b6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/bigCommerceProducts.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.bigCommerceProducts"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.bigCommerceProducts"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.bigCommerceProducts"}],"uuid":"2877f19203db4a9a8571e60668988fd1"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/cart.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/cart.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/cart.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/cart.metadata.json deleted file mode 100644 index 8858b9c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/cart.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.cart"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.cart"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.cart"}],"uuid":"9ab9a041848949269a19c05775fbcb59"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/contact.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/contact.bson deleted file mode 100644 index 6c44c74..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/contact.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/contact.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/contact.metadata.json deleted file mode 100644 index f606dfb..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/contact.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.contact"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.contact"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.contact"}],"uuid":"fed74c80eb94490d97b5c8ccee253b59"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/content.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/content.bson deleted file mode 100644 index a50c8ed..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/content.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/content.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/content.metadata.json deleted file mode 100644 index c259611..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/content.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.content"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.content"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.content"},{"v":{"$numberInt":"2"},"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"tibi_bkdf.content"},{"v":{"$numberInt":"2"},"key":{"alternativePaths.path":{"$numberInt":"1"}},"name":"alternativePaths.path_1","ns":"tibi_bkdf.content"},{"v":{"$numberInt":"2"},"key":{"question":{"$numberInt":"1"}},"name":"question_1","ns":"tibi_bkdf.content"}],"uuid":"380552001acf4cb8bee7cad924a0c80d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyCartEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyCartEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyCartEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyCartEndpoint.metadata.json deleted file mode 100644 index ec64317..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyCartEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.dummyCartEndpoint"}],"uuid":"66eb2eafd5a64d358287782c3a011670"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyWishlistEntryEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyWishlistEntryEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyWishlistEntryEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyWishlistEntryEndpoint.metadata.json deleted file mode 100644 index 56ad6bc..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/dummyWishlistEntryEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.dummyWishlistEntryEndpoint"}],"uuid":"82863d87a00440a0bc383df8a97dbfed"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/forms.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/forms.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/forms.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/forms.metadata.json deleted file mode 100644 index ffaf4fc..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/forms.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.forms"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.forms"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.forms"}],"uuid":"82213d7fb87640709394e7182f2ca956"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/helpCenterChapter.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/helpCenterChapter.bson deleted file mode 100644 index d1c8f14..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/helpCenterChapter.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/helpCenterChapter.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/helpCenterChapter.metadata.json deleted file mode 100644 index 51d9021..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/helpCenterChapter.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.helpCenterChapter"}],"uuid":"7aedc93414184cce91428d40755cebab"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouse.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouse.bson deleted file mode 100644 index 69358f8..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouse.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouse.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouse.metadata.json deleted file mode 100644 index 3616123..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouse.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.lighthouse"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.lighthouse"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.lighthouse"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltextindex","ns":"tibi_bkdf.lighthouse","background":true,"weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"1a20e0d9f91147439a135cd29e17998a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouseSubpath.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouseSubpath.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouseSubpath.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouseSubpath.metadata.json deleted file mode 100644 index 8502692..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lighthouseSubpath.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.lighthouseSubpath"}],"uuid":"cb8e4e6fd8814cea97b0f0eb2a34bfed"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/login.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/login.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/login.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/login.metadata.json deleted file mode 100644 index 9e8a0ea..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/login.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.login"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.login"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.login"}],"uuid":"77f1ef83c5ca4d60ade36d60330100bc"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lookCombination.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lookCombination.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lookCombination.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lookCombination.metadata.json deleted file mode 100644 index f5fe893..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/lookCombination.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.lookCombination"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.lookCombination"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.lookCombination"}],"uuid":"d3f24f2d82054fa59ec41a2a8088336d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/medialib.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/medialib.bson deleted file mode 100644 index 206e774..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/medialib.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/medialib.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/medialib.metadata.json deleted file mode 100644 index 47ff211..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/medialib.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.medialib"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.medialib"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.medialib"}],"uuid":"1758b55a4c9f4bddaff90a1f8944be8e"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/module.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/module.bson deleted file mode 100644 index 673f548..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/module.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/module.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/module.metadata.json deleted file mode 100644 index 7af1f3e..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/module.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.module"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.module"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.module"},{"v":{"$numberInt":"2"},"unique":true,"key":{"label":{"$numberInt":"1"}},"name":"label_1","ns":"tibi_bkdf.module"},{"v":{"$numberInt":"2"},"unique":true,"key":{"germanLabelTranslation":{"$numberInt":"1"}},"name":"germanLabelTranslation_1","ns":"tibi_bkdf.module"}],"uuid":"216199e2486747ce94cd4dc696a48925"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/navigation.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/navigation.bson deleted file mode 100644 index d3f0fa1..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/navigation.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/navigation.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/navigation.metadata.json deleted file mode 100644 index 0603c3c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/navigation.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.navigation"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.navigation"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.navigation"}],"uuid":"2257fa37f67d4a9d8c083f6b5c03b033"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderReturnRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderReturnRequest.bson deleted file mode 100644 index 041a99d..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderReturnRequest.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderReturnRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderReturnRequest.metadata.json deleted file mode 100644 index 33a6454..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderReturnRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.orderReturnRequest"}],"uuid":"ccba6b0992a04ec5a175088d79721a66"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderRevokeRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderRevokeRequest.bson deleted file mode 100644 index 20a028f..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderRevokeRequest.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderRevokeRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderRevokeRequest.metadata.json deleted file mode 100644 index 60cfca5..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/orderRevokeRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.orderRevokeRequest"}],"uuid":"a0ccd2f772a147ff84f8d0ac006edc2b"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/productBenefit.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/productBenefit.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/productBenefit.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/productBenefit.metadata.json deleted file mode 100644 index 1937a64..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/productBenefit.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.productBenefit"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.productBenefit"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.productBenefit"}],"uuid":"d9429f826e40463d8f89fb5cb187c874"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/rating.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/rating.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/rating.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/rating.metadata.json deleted file mode 100644 index 981ec6c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/rating.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.rating"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.rating"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.rating"},{"v":{"$numberInt":"2"},"key":{"bigcommerceOrderId":{"$numberInt":"1"}},"name":"bigcommerceOrderId_1","ns":"tibi_bkdf.rating"},{"v":{"$numberInt":"2"},"key":{"bigCommerceProductId":{"$numberInt":"1"}},"name":"bigCommerceProductId_1","ns":"tibi_bkdf.rating"},{"v":{"$numberInt":"2"},"key":{"rating":{"$numberInt":"1"}},"name":"rating_1","ns":"tibi_bkdf.rating"},{"v":{"$numberInt":"2"},"key":{"status":{"$numberInt":"1"}},"name":"status_1","ns":"tibi_bkdf.rating"}],"uuid":"62868ecc57104df6a01ad172e8f14050"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/shopStatus.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/shopStatus.bson deleted file mode 100644 index 29cb95d..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/shopStatus.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/shopStatus.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/shopStatus.metadata.json deleted file mode 100644 index ae64598..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/shopStatus.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.shopStatus"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.shopStatus"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.shopStatus"}],"uuid":"4c7f65d9295f45a0b63fe96c736b82c9"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/sizingDetails.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/sizingDetails.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/sizingDetails.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/sizingDetails.metadata.json deleted file mode 100644 index 738b463..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/sizingDetails.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.sizingDetails"}],"uuid":"24bf569bd66a43adb1017c6191f9a628"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/ssr.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/ssr.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/ssr.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/ssr.metadata.json deleted file mode 100644 index dbd205c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/ssr.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.ssr"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.ssr"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.ssr"},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"tibi_bkdf.ssr"}],"uuid":"d05aaf4daaa84f5d9e78cb9956cbd699"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/tag.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/tag.bson deleted file mode 100644 index 17f6d68..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/tag.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/tag.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/tag.metadata.json deleted file mode 100644 index a6fcbfa..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/tag.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.tag"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.tag"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.tag"}],"uuid":"5d939617f86c477ba58366cbec0a61bf"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/webhook.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/webhook.bson deleted file mode 100644 index b054a50..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/webhook.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/webhook.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/webhook.metadata.json deleted file mode 100644 index 671937c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf/webhook.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf.webhook"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf.webhook"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf.webhook"},{"v":{"$numberInt":"2"},"key":{"activationType":{"$numberInt":"1"}},"name":"activationType_1","ns":"tibi_bkdf.webhook"}],"uuid":"268eb0b7d2294a2ca1938a423ec3b362"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/action.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/action.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/action.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/action.metadata.json deleted file mode 100644 index 6830a52..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/action.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.action"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.action"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.action"}],"uuid":"591c3f30c7d14a428a4289c35d2cc94e"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/backups.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/backups.bson deleted file mode 100644 index 57bf4fc..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/backups.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/backups.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/backups.metadata.json deleted file mode 100644 index ae62c87..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/backups.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.backups"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.backups"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.backups"}],"uuid":"b1d472922cbe4b2caf8d62eb04486542"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bannerSlide.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bannerSlide.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bannerSlide.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bannerSlide.metadata.json deleted file mode 100644 index dce0034..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bannerSlide.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.bannerSlide"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.bannerSlide"}],"uuid":"3c125ef5980a4ff9a6cac85dab977dfb"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceCustomer.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceCustomer.bson deleted file mode 100644 index 8c7851c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceCustomer.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceCustomer.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceCustomer.metadata.json deleted file mode 100644 index b9ec496..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceCustomer.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.bigCommerceCustomer"},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_1","ns":"tibi_bkdf_tibi_2024.bigCommerceCustomer"}],"uuid":"c9ebf179d6c5485399c005c11a2d66a5"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceOrder.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceOrder.bson deleted file mode 100644 index 77b41af..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceOrder.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceOrder.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceOrder.metadata.json deleted file mode 100644 index 26871a1..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceOrder.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.bigCommerceOrder"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.bigCommerceOrder"}],"uuid":"85e20087b033437c891acac6792dff77"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceProduct.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceProduct.bson deleted file mode 100644 index db4443e..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceProduct.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceProduct.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceProduct.metadata.json deleted file mode 100644 index babd70b..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/bigCommerceProduct.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.bigCommerceProduct"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.bigCommerceProduct"}],"uuid":"b8ea5793802b4b28972bb34e669437fe"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/contact.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/contact.bson deleted file mode 100644 index 6385862..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/contact.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/contact.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/contact.metadata.json deleted file mode 100644 index 22fa0f4..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/contact.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.contact"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.contact"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.contact"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"tibi_bkdf_tibi_2024.contact","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"80b76f2cac2547d48643b0d263eb7c0d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/content.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/content.bson deleted file mode 100644 index eb089e7..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/content.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/content.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/content.metadata.json deleted file mode 100644 index 2f3ef69..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/content.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"question":{"$numberInt":"1"}},"name":"question_1","ns":"tibi_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"tibi_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"alternativePaths.path":{"$numberInt":"1"}},"name":"alternativePaths.path_1","ns":"tibi_bkdf_tibi_2024.content"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"tibi_bkdf_tibi_2024.content","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"b19371a718f9428aa8128a62879858a5"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyCartEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyCartEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyCartEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyCartEndpoint.metadata.json deleted file mode 100644 index cea6664..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyCartEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.dummyCartEndpoint"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.dummyCartEndpoint"}],"uuid":"ded4070782814cc993abef1a58800a71"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyWishlistEntryEndpoint.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyWishlistEntryEndpoint.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json deleted file mode 100644 index be348b2..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/dummyWishlistEntryEndpoint.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.dummyWishlistEntryEndpoint"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.dummyWishlistEntryEndpoint"}],"uuid":"76de1f23e135487090c4c256c83708d7"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/helpCenterChapter.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/helpCenterChapter.bson deleted file mode 100644 index 77ba93c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/helpCenterChapter.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/helpCenterChapter.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/helpCenterChapter.metadata.json deleted file mode 100644 index 4060b60..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/helpCenterChapter.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.helpCenterChapter"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.helpCenterChapter"}],"uuid":"ade29d89f4bb4c849741d2b9f529e0cc"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouse.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouse.bson deleted file mode 100644 index e79688c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouse.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouse.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouse.metadata.json deleted file mode 100644 index e4e740e..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouse.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.lighthouse"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltextindex","background":true,"weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","ns":"tibi_bkdf_tibi_2024.lighthouse","textIndexVersion":{"$numberInt":"3"}}],"uuid":"6e94dfc2ec6e4f079cc3db6b4dff70ec"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouseSubpath.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouseSubpath.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouseSubpath.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouseSubpath.metadata.json deleted file mode 100644 index 24de87f..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lighthouseSubpath.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.lighthouseSubpath"}],"uuid":"9e6ff1f8836341b18d5ea6ec9d6d0a48"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/login.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/login.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/login.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/login.metadata.json deleted file mode 100644 index 3469288..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/login.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.login"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.login"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.login"}],"uuid":"b458c8ac737442e6a414daa1a16c19e6"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lookCombination.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lookCombination.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lookCombination.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lookCombination.metadata.json deleted file mode 100644 index 2ab1ce4..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/lookCombination.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.lookCombination"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.lookCombination"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.lookCombination"}],"uuid":"d4eb53cfbfd64adaa108e16a4b3c6a59"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/medialib.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/medialib.bson deleted file mode 100644 index ad22b0a..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/medialib.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/medialib.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/medialib.metadata.json deleted file mode 100644 index 59285ba..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/medialib.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.medialib"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.medialib"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.medialib"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","language_override":"language","ns":"tibi_bkdf_tibi_2024.medialib","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","textIndexVersion":{"$numberInt":"3"}}],"uuid":"1545f2013af0472d974c9b4b7924aeef"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/module.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/module.bson deleted file mode 100644 index b9762da..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/module.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/module.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/module.metadata.json deleted file mode 100644 index 7050d6f..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/module.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"unique":true,"key":{"label":{"$numberInt":"1"}},"name":"label_1","ns":"tibi_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"unique":true,"key":{"germanLabelTranslation":{"$numberInt":"1"}},"name":"germanLabelTranslation_1","ns":"tibi_bkdf_tibi_2024.module"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"tibi_bkdf_tibi_2024.module","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"faec7dfb37c14350afb8ed84bfab9d0a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/navigation.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/navigation.bson deleted file mode 100644 index ab2811f..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/navigation.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/navigation.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/navigation.metadata.json deleted file mode 100644 index 61e45dc..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/navigation.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.navigation"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.navigation"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.navigation"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"tibi_bkdf_tibi_2024.navigation","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"c1e04a4ffafa41ec96686db602c3c812"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderReturnRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderReturnRequest.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderReturnRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderReturnRequest.metadata.json deleted file mode 100644 index f19bbe3..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderReturnRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.orderReturnRequest"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.orderReturnRequest"}],"uuid":"e6b747cef2f84552811abc870300455f"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderRevokeRequest.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderRevokeRequest.bson deleted file mode 100644 index 0270d7e..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderRevokeRequest.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderRevokeRequest.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderRevokeRequest.metadata.json deleted file mode 100644 index f215201..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/orderRevokeRequest.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.orderRevokeRequest"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.orderRevokeRequest"}],"uuid":"4aabb828db8d44999b9a8e065a1be9ae"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBackgroundImage.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBackgroundImage.bson deleted file mode 100644 index 36a4db3..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBackgroundImage.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBackgroundImage.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBackgroundImage.metadata.json deleted file mode 100644 index 7c68ec2..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBackgroundImage.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.productBackgroundImage"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.productBackgroundImage"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.productBackgroundImage"}],"uuid":"6353363454b341fc801fadbd1e605c81"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBenefit.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBenefit.bson deleted file mode 100644 index 85fee85..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBenefit.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBenefit.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBenefit.metadata.json deleted file mode 100644 index 02417de..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/productBenefit.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.productBenefit"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.productBenefit"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.productBenefit"}],"uuid":"b6827e00db0b4c81aaff15ff95c6e801"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/qrCode.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/qrCode.bson deleted file mode 100644 index 7a970d9..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/qrCode.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/qrCode.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/qrCode.metadata.json deleted file mode 100644 index 8b9a019..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/qrCode.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.qrCode"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.qrCode"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.qrCode"},{"v":{"$numberInt":"2"},"key":{"customer":{"$numberInt":"1"}},"name":"customer_1","ns":"tibi_bkdf_tibi_2024.qrCode"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","language_override":"language","ns":"tibi_bkdf_tibi_2024.qrCode","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","textIndexVersion":{"$numberInt":"3"}}],"uuid":"3915b544284e4f4496aed6b3acd5c81d"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/rating.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/rating.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/rating.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/rating.metadata.json deleted file mode 100644 index e695d6c..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/rating.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"bigcommerceOrderId":{"$numberInt":"1"}},"name":"bigcommerceOrderId_1","ns":"tibi_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"bigCommerceProductId":{"$numberInt":"1"}},"name":"bigCommerceProductId_1","ns":"tibi_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"rating":{"$numberInt":"1"}},"name":"rating_1","ns":"tibi_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"status":{"$numberInt":"1"}},"name":"status_1","ns":"tibi_bkdf_tibi_2024.rating"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltext","ns":"tibi_bkdf_tibi_2024.rating","weights":{"$**":{"$numberInt":"1"}},"default_language":"english","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"55bfd88099d24ce4a19bbaa00cc11853"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/selfImprovementChapter.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/selfImprovementChapter.bson deleted file mode 100644 index 573d635..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/selfImprovementChapter.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/selfImprovementChapter.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/selfImprovementChapter.metadata.json deleted file mode 100644 index 017395b..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/selfImprovementChapter.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.selfImprovementChapter"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.selfImprovementChapter"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.selfImprovementChapter"}],"uuid":"536d83c6409c4080b660fc8ad2f54b7b"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/shopStatus.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/shopStatus.bson deleted file mode 100644 index ff1088f..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/shopStatus.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/shopStatus.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/shopStatus.metadata.json deleted file mode 100644 index 960cbab..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/shopStatus.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.shopStatus"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.shopStatus"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.shopStatus"}],"uuid":"5f33a75b0f224a95b46ccb5454439d82"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/sizingDetails.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/sizingDetails.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/sizingDetails.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/sizingDetails.metadata.json deleted file mode 100644 index 0ef3c17..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/sizingDetails.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.sizingDetails"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.sizingDetails"}],"uuid":"fc29066b79c546b5a35af49fcc909447"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/ssr.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/ssr.bson deleted file mode 100644 index 3bac64c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/ssr.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/ssr.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/ssr.metadata.json deleted file mode 100644 index 95f0fad..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/ssr.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"tibi_bkdf_tibi_2024.ssr"},{"v":{"$numberInt":"2"},"key":{"validUntil":{"$numberInt":"1"}},"name":"validUntil_1","ns":"tibi_bkdf_tibi_2024.ssr"}],"uuid":"f90445ab5c97437f9cc553ca284e310a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/tag.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/tag.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/tag.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/tag.metadata.json deleted file mode 100644 index 16aaead..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/tag.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.tag"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.tag"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.tag"}],"uuid":"3a2fa2e0094445e19e39ba437cacd013"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/webhook.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/webhook.bson deleted file mode 100644 index 4bd3f58..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/webhook.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/webhook.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/webhook.metadata.json deleted file mode 100644 index 83875fa..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_bkdf_tibi_2024/webhook.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_bkdf_tibi_2024.webhook"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_bkdf_tibi_2024.webhook"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_bkdf_tibi_2024.webhook"}],"uuid":"6b8498cfeb0146f3977f5faa25b9e603"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/backups.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/backups.bson deleted file mode 100644 index 6a1aa23..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/backups.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/backups.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/backups.metadata.json deleted file mode 100644 index 3712629..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/backups.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.backups"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.backups"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.backups"}],"uuid":"5bcb2f3c86ce4480a352f0624579fc9a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/content.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/content.bson deleted file mode 100644 index b889266..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/content.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/content.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/content.metadata.json deleted file mode 100644 index 62cf3c6..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/content.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.content"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.content"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.content"}],"uuid":"7e78ac4bd64045e89a9fcfe224eb0565"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/forms.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/forms.bson deleted file mode 100644 index be11001..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/forms.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/forms.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/forms.metadata.json deleted file mode 100644 index 0827790..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/forms.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.forms"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.forms"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.forms"}],"uuid":"2f2e287c95c248fda7d08a00547286a7"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouse.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouse.bson deleted file mode 100644 index a6b9d3b..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouse.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouse.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouse.metadata.json deleted file mode 100644 index 17a46ef..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouse.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.lighthouse"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.lighthouse"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.lighthouse"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"fulltextindex","ns":"tibi_tibi_starter.lighthouse","background":true,"weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"bad897d6c161472e9599f57dbb9e3e00"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouseSubpath.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouseSubpath.bson deleted file mode 100644 index 223e23e..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouseSubpath.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouseSubpath.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouseSubpath.metadata.json deleted file mode 100644 index 9f6ccf5..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/lighthouseSubpath.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.lighthouseSubpath"}],"uuid":"08b05fefe6d8441abc85612ab45ee374"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/medialib.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/medialib.bson deleted file mode 100644 index 1568237..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/medialib.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/medialib.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/medialib.metadata.json deleted file mode 100644 index 481bbd8..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/medialib.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.medialib"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.medialib"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.medialib"}],"uuid":"2c43313c30c44ef29cfc30c9ff7f2359"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/module.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/module.bson deleted file mode 100644 index 7d944ad..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/module.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/module.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/module.metadata.json deleted file mode 100644 index d12fc3e..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/module.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.module"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.module"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.module"}],"uuid":"81d0ce6f4b604ab1b85c22d7851cf91e"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/navigation.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/navigation.bson deleted file mode 100644 index fa2eb6f..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/navigation.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/navigation.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/navigation.metadata.json deleted file mode 100644 index d18434f..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/navigation.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.navigation"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.navigation"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.navigation"}],"uuid":"51207f2d9b0f4991bfd760035307008b"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/ssr.bson b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/ssr.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/ssr.metadata.json b/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/ssr.metadata.json deleted file mode 100644 index 5f5bb07..0000000 --- a/.gitea/actions/init-db/mongo-dump/mongo-dump/tibi_tibi_starter/ssr.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_tibi_starter.ssr"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_tibi_starter.ssr"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_tibi_starter.ssr"},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"tibi_tibi_starter.ssr"}],"uuid":"df99c695e9254881a86375026a230866"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi/project.bson b/.gitea/actions/init-db/mongo-dump/tibi/project.bson deleted file mode 100644 index 6b97591..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/tibi/project.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/tibi/project.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi/project.metadata.json deleted file mode 100644 index f315c1f..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi/project.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi.project"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi.project"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi.project"},{"v":{"$numberInt":"2"},"unique":true,"key":{"name":{"$numberInt":"1"}},"name":"name_1","ns":"tibi.project"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"tibi.project","weights":{"name":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"a0a6733bdb52400f9f3b17985bc28bcc"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi/user.bson b/.gitea/actions/init-db/mongo-dump/tibi/user.bson deleted file mode 100644 index cc6ba71..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/tibi/user.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/tibi/user.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi/user.metadata.json deleted file mode 100644 index 6e2b321..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi/user.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi.user"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi.user"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi.user"},{"v":{"$numberInt":"2"},"unique":true,"key":{"username":{"$numberInt":"1"}},"name":"username_1","ns":"tibi.user"},{"v":{"$numberInt":"2"},"key":{"_fts":"text","_ftsx":{"$numberInt":"1"}},"name":"textindex","ns":"tibi.user","weights":{"$**":{"$numberInt":"1"}},"default_language":"german","language_override":"language","textIndexVersion":{"$numberInt":"3"}}],"uuid":"ba627bbd4ac24b3ca92aebdc33b7d4b0"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/backups.bson b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/backups.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/backups.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/backups.metadata.json deleted file mode 100644 index b4e6af2..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/backups.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.backups"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.backups"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.backups"}],"uuid":"4993cf280e844b5b80fe208350713002"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/banner.bson b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/banner.bson deleted file mode 100644 index 1d6ff5c..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/banner.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/banner.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/banner.metadata.json deleted file mode 100644 index 3ca715a..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/banner.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.banner"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.banner"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.banner"}],"uuid":"7346de51448b4a27b289a0e32336d0b6"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/content.bson b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/content.bson deleted file mode 100644 index e9516a0..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/content.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/content.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/content.metadata.json deleted file mode 100644 index 89dbd19..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/content.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.content"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.content"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.content"},{"v":{"$numberInt":"2"},"key":{"meta.datum":{"$numberInt":"1"}},"name":"meta.datum_1","ns":"tibi_allkids_erfurt.content"}],"uuid":"df9951d7cf964e5e8a22360c09aa27c7"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/forms.bson b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/forms.bson deleted file mode 100644 index ae99fa2..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/forms.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/forms.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/forms.metadata.json deleted file mode 100644 index 98325ff..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/forms.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.forms"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.forms"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.forms"}],"uuid":"7815c4dfc9d9460c8aac8cf94cc67ea6"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/navigation.bson b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/navigation.bson deleted file mode 100644 index 8a37f2a..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/navigation.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/navigation.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/navigation.metadata.json deleted file mode 100644 index 1f57bf0..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/navigation.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.navigation"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.navigation"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.navigation"}],"uuid":"d989bd0ea7ba4ea4ae728b8a6baa62ba"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/ssr.bson b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/ssr.bson deleted file mode 100644 index a026cfd..0000000 Binary files a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/ssr.bson and /dev/null differ diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/ssr.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/ssr.metadata.json deleted file mode 100644 index 420de04..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/ssr.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.ssr"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.ssr"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.ssr"},{"v":{"$numberInt":"2"},"unique":true,"key":{"path":{"$numberInt":"1"}},"name":"path_1","ns":"tibi_allkids_erfurt.ssr"}],"uuid":"75869e19f8164beabe53366265b10208"} \ No newline at end of file diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/temperature.bson b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/temperature.bson deleted file mode 100644 index e69de29..0000000 diff --git a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/temperature.metadata.json b/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/temperature.metadata.json deleted file mode 100644 index 308a315..0000000 --- a/.gitea/actions/init-db/mongo-dump/tibi_allkids_erfurt/temperature.metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.temperature"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.temperature"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.temperature"}],"uuid":"eb60c1bc334c4fa2a473fdb6c99b3e6a"} \ No newline at end of file diff --git a/.gitea/actions/init-db/setConfigInTibiProject.sh b/.gitea/actions/init-db/setConfigInTibiProject.sh deleted file mode 100644 index 7c570af..0000000 --- a/.gitea/actions/init-db/setConfigInTibiProject.sh +++ /dev/null @@ -1,108 +0,0 @@ -#!/bin/bash - -# Start a GitHub Actions group for input validation -echo "::group::Validating Inputs" - -# Check if the correct number of arguments is passed -if [ "$#" -ne 6 ]; then - echo "Incorrect number of arguments provided." - echo "Usage: $0 " - exit 1 -fi - -# Assigning passed arguments to variables for better readability -TIBI_USERNAME=$1 -TIBI_PASSWORD=$2 -TIBI_API_URL=$3 -PROJECT_API_CONFIG=$4 -PROJECT_NAMESPACE=$5 -PROJECT_NAME=$6 - -echo "Provided TIBI_USERNAME: $TIBI_USERNAME" -echo "TIBI_API_URL: $TIBI_API_URL" -# Be cautious with logging sensitive data like passwords and tokens -# Echoing the password or sensitive information is generally not recommended - -# End the input validation group -echo "::endgroup::" - -# Start a group for authentication -echo "::group::Authenticating User" - -# Prepare authentication request payload -auth_payload=$(jq -n --arg username "$TIBI_USERNAME" --arg password "$TIBI_PASSWORD" '{username: $username, password: $password}') -echo "Authentication payload: $auth_payload" -# Fetch the authentication token -echo "Requesting authentication token..." -auth_response=$(curl -s -X POST -H "Content-Type: application/json" -d "$auth_payload" "$TIBI_API_URL/login") -# Logging the response for debugging (remove sensitive data as necessary) -echo "Authentication response: $auth_response" - -# Extract token from the response -TIBI_AUTH_TOKEN=$(echo $auth_response | jq -r '.token') - -# Check if the token was successfully retrieved -if [ -z "$TIBI_AUTH_TOKEN" ]; then - echo "Failed to get authentication token. Exiting script." - exit 1 -fi - -echo "Authentication token received successfully." -echo "::endgroup::" - -# Start a group for fetching project data -echo "::group::Fetching Project Data" - -# Get the list of projects from the API -echo "Retrieving projects..." -response=$(curl -s -H "X-Auth-Token: $TIBI_AUTH_TOKEN" "$TIBI_API_URL/project") -echo $response -projects=$(echo $response) # Parse the JSON response to get project data - -echo "::endgroup::" - -# Start a group for processing project data -echo "::group::Processing Project Data" - -# Initialize variables to track project existence -projectFound=false -projectId="" - -# Loop through each project to find if the required project exists -for row in $(echo "${projects}" | jq -r '.[] | @base64'); do - _jq() { - echo ${row} | base64 --decode | jq -r ${1} - } - - api_name=$(_jq '.name') - # Check if the current project's namespace matches the target - if [ "$api_name" == "$PROJECT_NAME" ]; then - projectId=$(_jq '.id') - projectData=$(echo ${row} | base64 --decode) - projectFound=true - break - fi -done - -echo "::endgroup::" - -# Start a group for creating or updating the project -echo "::group::Creating or Updating Project" - -# Conditionally create a new project or update the existing one -if [ "$projectFound" = true ]; then - echo "Project found with ID: $projectId, updating..." - # Prepare updated project data - updatedProjectData=$(echo $projectData | jq --arg configFile "$PROJECT_API_CONFIG" '.configFile = $configFile | del(.id)') - # Send a PUT request to update the project - updateResponse=$(curl -s -X PUT -H "Content-Type: application/json" -H "X-Auth-Token: $TIBI_AUTH_TOKEN" -d "$updatedProjectData" "$TIBI_API_URL/project/$projectId") - # Logging the response for debugging (remove sensitive data as necessary) - echo "Update response: $updateResponse" - -else - echo "Project not found. Creating new project..." - # Send a POST request to create a new project - createResponse=$(curl -s -X POST -H "Content-Type: application/json" -H "X-Auth-Token: $TIBI_AUTH_TOKEN" -d "{\"configFile\":\"$PROJECT_API_CONFIG\", \"name\":\"$PROJECT_NAMESPACE\", \"namespace\":\"$PROJECT_NAMESPACE\", \"description\":\"$PROJECT_NAMESPACE\"}" "$TIBI_API_URL/project") -fi - -echo "::endgroup::"