fix(software): ensure management command query correct for migration
!12 #32
This commit is contained in:
@ -34,7 +34,8 @@ class Command(BaseCommand):
|
||||
for software in Software.objects.filter(
|
||||
~Q(organization = app_settings.global_organization)
|
||||
|
|
||||
Q(is_global = False),
|
||||
Q(is_global = False)
|
||||
&
|
||||
Q(organization=app_settings.global_organization),
|
||||
):
|
||||
|
||||
|
Reference in New Issue
Block a user