mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-18 02:32:04 -05:00
- Removed the `@@index` directives for `userId` and `parentId` from the `LibraryFolder` model in `schema.prisma` to streamline the database schema. - Updated the migration SQL file to reflect these changes, ensuring a cleaner migration process. - These modifications enhance the efficiency of the database structure by eliminating redundant indexing.