Skip to content

Commit

Permalink
Merge pull request #4773 from ozer550/fix-user-id-required
Browse files Browse the repository at this point in the history
Make user_id required false for migration
  • Loading branch information
akolson committed Sep 30, 2024
2 parents 73cbda7 + 5e8b711 commit 681f20a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def add_arguments(self, parser):
'--user_id',
type=int,
help="User ID for the operation",
required=True
)

def handle(self, *args, **options):
Expand Down

0 comments on commit 681f20a

Please sign in to comment.