You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: The rocrate JSON column has been removed from the Entity table.
RO-Crate metadata is now served exclusively via the roCrateHandler from external
sources (filesystem, S3, etc.) rather than being stored in the database.
Changes:
- Remove rocrate column from Prisma schema
- Add migration to drop the column
- Update seed script and loadEntities to not store rocrate
- Remove rocrate from OpenSearch index mapping
- Update all test files to remove rocrate from mock data
- Update documentation to clarify rocrate is not stored in DB
The /entity/:id/rocrate endpoint continues to work using the configured
roCrateHandler to serve RO-Crate data from external storage.
0 commit comments