Skip to content

Commit

Permalink
Solve conflict migrations (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzulberti authored Oct 15, 2022
1 parent aac4e02 commit 5cc81c3
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 = [
('pycompanies', '0003_usercompanyprofile'),
('pycompanies', '0004_alter_usercompanyprofile_user'),
]

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

dependencies = [
('pycompanies', '0004_alter_usercompanyprofile_user'),
('pycompanies', '0005_remove_company_owner'),
]

operations = [migrations.RunPython(forward, backward)]

0 comments on commit 5cc81c3

Please sign in to comment.