Skip to content

Commit

Permalink
Deprecate run_upgrade command #3695
Browse files Browse the repository at this point in the history
  • Loading branch information
joemull authored and ajrbyers committed Sep 13, 2023
1 parent 84d141b commit b455fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/management/commands/run_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def add_arguments(self, parser):

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

raise DeprecationWarning('This command is deprecated. Use the update script .update.sh')
if not options.get('path'):
print('No upgrade selected. Available upgrade paths: ')
for file in get_modules():
Expand Down

0 comments on commit b455fd9

Please sign in to comment.