avalonmediasystem / avalon

Avalon Media System – Samvera Application
http://www.avalonmediasystem.org/
Apache License 2.0
93 stars 51 forks source link

Skip validations when migrating #5876

Closed cjcolvar closed 3 months ago

cjcolvar commented 3 months ago

When migrating we're attempting to make specific changes on many objects. Ensuring those objects are valid prior to making the changes is an unnecessary burden. When saving the specific changes a migration makes validations are skipped so the migration can complete even on invalid objects.