2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

add missing model

This commit is contained in:
Matthias Mair
2024-03-27 16:50:05 +01:00
parent e0f70d5eb5
commit 3d30082df9

View File

@ -226,6 +226,7 @@ class RuleSet(models.Model):
'otp_totp_totpdevice',
'otp_static_statictoken',
'otp_static_staticdevice',
'mfa_authenticator',
'plugin_pluginconfig',
'plugin_pluginsetting',
'plugin_notificationusersetting',