Skip to content

Commit

Permalink
chore: append git mirroring migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfost committed Dec 3, 2024
1 parent b22313c commit f297ac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
("library", "0028_contributor_json_affiliations"),
("library", "0030_peerreviewinvitation"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def add_default_text(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
("library", "0029_codebasegitmirror_codebase_git_mirror"),
("library", "0031_codebasegitmirror_codebase_git_mirror"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
("library", "0030_license_text"),
("library", "0032_license_text"),
]

operations = [
Expand Down

0 comments on commit f297ac9

Please sign in to comment.