mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
[PR #60] [MERGED] Prisma migration #119
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/60
Author: @timothycarambat
Created: 9/28/2023
Status: ✅ Merged
Merged: 9/28/2023
Merged by: @timothycarambat
Base:
master← Head:prisma-migration📝 Commits (7)
5efb7b2WIP for PG migrationf2bb9a9WIP checkpointbefbb14update Jobs9c107f8WIP Prisma migration for rest of models + workers1cb3f24update debug UI to use PGc7f63b8Support dockerized running of new backend5bfe702fix backend migrate command📊 Changes
88 files changed (+3149 additions, -1831 deletions)
View changed files
📝
backend/.env.example(+1 -0)📝
backend/.gitignore(+1 -4)📝
backend/endpoints/auth.js(+12 -12)📝
backend/endpoints/system.js(+14 -4)📝
backend/endpoints/v1/documents/index.js(+75 -74)📝
backend/endpoints/v1/jobs/index.js(+3 -3)📝
backend/endpoints/v1/organizations/index.js(+58 -100)📝
backend/endpoints/v1/users/index.js(+6 -2)📝
backend/endpoints/v1/workspaces/index.js(+63 -67)📝
backend/index.js(+0 -1)📝
backend/models/documentVectors.js(+63 -94)📝
backend/models/organization.js(+132 -149)📝
backend/models/organizationApiKey.js(+43 -78)📝
backend/models/organizationConnection.js(+79 -113)📝
backend/models/organizationUser.js(+69 -105)📝
backend/models/organizationWorkspace.js(+162 -187)📝
backend/models/queue.js(+69 -101)📝
backend/models/systemSettings.js(+31 -82)📝
backend/models/telemetry.js(+1 -1)📝
backend/models/user.js(+97 -148)...and 68 more files
📄 Description
Move backend to postgresql + Prisma as the ORM
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.