Describe the bug
I added the following new disciplines to the workshop database on the Canadian cloud:
- Insects
- Herbarium
- Invert Paleo
- Geology
Running ve/bin/python manage.py run_key_migration_functions showed the correct log output, but did not actually create the schema records for new Specify 7 tables (e.g. collectionobjectgroup or collectionobjecttype).
To Reproduce
Steps to reproduce the behavior:
- Add a new discipline to a database already being used with Specify 7
- Run
ve/bin/python manage.py run_key_migration_functions in the Specify 7 docker container
- See the logs, no errors
- See that new schema records are not populated for the new discipline
This is happening on main and v7.11.3
Expected behavior
The schema records should be created for all disciplines where they do not currently exist.