Plugin Version
v0.4.2
NetBox Version
v4.4.8
Python Version
3.11
Steps to Reproduce
- Have a new installation of NetBox without custom-objects installed
- Install custom-objects
- run migrations in an automated script using call_command "call_command('migrate', verbosity=0)"
Expected Behavior
The migrations run successfully.
Observed Behavior
Get a django.db.utils.ProgrammingError: column netbox_custom_objects_customobjecttype.cache_timestamp does not exist