Skip to content

Commit

Permalink
Update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
bjester committed Jul 26, 2022
1 parent e328a5f commit d17e45a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

class Migration(migrations.Migration):

replaces = [('django_celery_results', '0133_django_celery_results'),]
replaces = [('django_celery_results', '0136_django_celery_results'),]

def __init__(self, name, app_label):
super(Migration, self).__init__(name, 'django_celery_results')

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('contentcuration', '0132_auto_20210708_0011'),
('contentcuration', '0135_add_metadata_labels'),
('django_celery_results', '0001_initial'),
]

Expand Down

0 comments on commit d17e45a

Please sign in to comment.