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
fix(db): drop hardcoded public. schema prefix from CLARIN migrations
The V7.2 Lindat/Clarin and V7.6 Preview migrations qualified their
`ALTER TABLE ... OWNER TO dspace` statements with `public.`, so instances
whose DSpace tables live in a non-public schema could not run them. Remove
the qualifier (17 statements across the two files) so each resolves against
the connection's search_path.
The unrelated bitstore.xml storage-bean swap from the source commit is
omitted -- dtq-dev already uses SyncBitstreamStorageServiceImpl.
Port of dataquest-dev/dspace-customers#903 (item 5). Source: customer/vsb-tuo e2fb083.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres/V7.2_2022.07.28__Upgrade_to_Lindat_Clarin_schema.sql
Copy file name to clipboardExpand all lines: dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres/V7.6_2024.08.05__Added_Preview_Tables.sql
0 commit comments