2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

add missing model

This commit is contained in:
Matthias Mair
2024-06-25 21:13:43 +02:00
parent 21c349bfe8
commit df1c51b45e

View File

@ -351,6 +351,8 @@ class RuleSet(models.Model):
'error_report_error',
'exchange_rate',
'exchange_exchangebackend',
'usersessions_usersession',
'sessions_session',
# Django-q
'django_q_ormq',
'django_q_failure',