Skip to content

Commit

Permalink
fix extra quotes in migration dep ref, re #11579
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Oct 27, 2024
1 parent 332b0fb commit bcc79bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/models/migrations/11579_ids_search_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Migration(migrations.Migration):

dependencies = [
("models", "'11042_update__arches_staging_to_tile'"),
("models", "11042_update__arches_staging_to_tile"),
]

forward = """
Expand Down

0 comments on commit bcc79bf

Please sign in to comment.