Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-brancotte committed May 22, 2024
1 parent 6dfd5b7 commit 4230129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('ifbcat_api', '0189_auto_20221129_1354'),
('ifbcat_api', '0190_alter_team_ifbmembership'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def migrate(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
('ifbcat_api', '0190_auto_20231127_1401'),
('ifbcat_api', '0191_auto_20231127_1401'),
]

operations = [
Expand Down

0 comments on commit 4230129

Please sign in to comment.