Skip to content

Commit

Permalink
Fix conflict in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt committed Jan 28, 2025
1 parent 0e7c7c3 commit c3b922a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('api', '0013_remove_assetpath_consistent_slash_and_more'),
('api', '0015_unaccent_extension'),
]

operations = [
Expand Down

0 comments on commit c3b922a

Please sign in to comment.