Files
AutoGPT/autogpt_platform/backend/migrations
abhi1992002 792e141183 refactor(library): remove unnecessary indexes from LibraryFolder model and migration
- 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.
2026-02-17 10:28:43 +05:30
..