Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed May 12, 2022
1 parent 6d3ab76 commit b8e66f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
("core", "0053_project_last_package"),
("core", "0052_secret"),
]

operations = [
Expand Down

0 comments on commit b8e66f4

Please sign in to comment.