mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #1] [MERGED] wrap bulk inserts into transaction #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/1
Author: @timothycarambat
Created: 7/26/2023
Status: ✅ Merged
Merged: 7/26/2023
Merged by: @timothycarambat
Base:
master← Head:db-transactions📝 Commits (1)
05c131ewrap bulk inserts into transaction📊 Changes
13 files changed (+250 additions, -238 deletions)
View changed files
📝
backend/models/documentVectors.js(+14 -8)📝
backend/models/organization.js(+7 -7)📝
backend/models/organizationApiKey.js(+4 -4)📝
backend/models/organizationConnection.js(+5 -5)📝
backend/models/organizationUser.js(+14 -8)📝
backend/models/organizationWorkspace.js(+7 -7)📝
backend/models/queue.js(+6 -6)📝
backend/models/systemSettings.js(+4 -4)📝
backend/models/user.js(+6 -6)📝
backend/models/workspaceDocument.js(+22 -16)📝
backend/storage/settings.json(+160 -160)📝
backend/utils/boot/index.js(+1 -1)📝
backend/utils/debug/index.js(+0 -6)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.