collectiveaccess / providence

Cataloguing and data/media management application
GNU General Public License v3.0
290 stars 167 forks source link

Add migration 186 to synchronize legacy and current data models #1482

Closed kehh closed 11 months ago

kehh commented 11 months ago

This commit includes adding the SQL migration 186 and corresponding VersionUpdate186.php. The migration is crafted to resolve the differences between the legacy data model and the current data model. Some changes include modifying the schema of various tables, adding/removing indexes, and making adjustments to foreign keys.

Fixes https://github.com/collectiveaccess/providence/issues/1477