diff --git a/InvenTree/InvenTree/ready.py b/InvenTree/InvenTree/ready.py index cc7c690965..c04a442cff 100644 --- a/InvenTree/InvenTree/ready.py +++ b/InvenTree/InvenTree/ready.py @@ -49,6 +49,7 @@ def canAppAccessDatabase(allow_test: bool = False, allow_plugins: bool = False, 'prerender', 'rebuild_models', 'rebuild_thumbnails', + 'showmigrations', 'makemessages', 'compilemessages', 'backup',