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
Search: store AIP size in MB
This commit reverts a recent change where bytes were used - although I think
it's probably better to use bytes we have to keep using MB unless we update
consumers.
Connects to https://github.com/archivematica/Issues/issues/559.
FPR: fix downgrade path in migration fpr.0029
This commit fixes the `data_migration_down` function in the migration
introduced by the previous commit to ensure that the order of the operations
is incorrect and the migration can be properly reverted.
Connects to https://github.com/archivematica/Issues/issues/537.