4Science / DSpace

This repository contains the 4Science optimized DSpace & DSpace-CRIS distribution.
https://wiki.lyrasis.org/display/DSPACECRIS/
BSD 3-Clause "New" or "Revised" License
42 stars 61 forks source link

add post migration step: remove database sequence doi2item_seq #449

Open saschaszott opened 4 months ago

saschaszott commented 4 months ago

Bug Description

After a successful run of the DSC 5 to 7 migration procedure, the database sequence doi2item_seq still exists. As a result of the migration procedure, the associated table doi2item (which is present in the DSC 5 database schema) is removed.

Proposed Change

The database sequence doi2item_seq should be removed in the post-migration step.

jor4science commented 3 months ago

This database sequence doi2item_seq is not linked to any table: the doi2item is removed after migration.