2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-04 10:31:03 +00:00

isGeneratingSchema fix (#11606)

- Ignore sqlflush command
This commit is contained in:
Oliver
2026-03-25 01:09:00 +11:00
committed by GitHub
parent 8ec61aca0a
commit a1ec46a6b8

View File

@@ -120,6 +120,7 @@ def isGeneratingSchema():
'makemessages', 'makemessages',
'wait_for_db', 'wait_for_db',
'gunicorn', 'gunicorn',
'sqlflush',
'qcluster', 'qcluster',
'check', 'check',
'shell', 'shell',