feat: Add management command software
allows setting software as global and migrating to global organization !11 #27
This commit is contained in:
@ -62,6 +62,7 @@ class History(HistoryCommonFields):
|
||||
user = models.ForeignKey(
|
||||
User,
|
||||
on_delete=models.DO_NOTHING,
|
||||
null = True,
|
||||
blank= False,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user