- Fix some issues and improve efficiency of some RunPython code in migrations.
- Merge some migrations.
- To simplify, any RunPython don't get a revert function.
- A test script is added to check data is correctly moved by migrations.
Run it with
bash provisioning/check_migrations_supportBDS.sh
.