Skip to content

Commit

Permalink
fix: Fixed migration number
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Oct 24, 2023
1 parent c65b58f commit 7f43822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("shared_data", "0010_visualizationconfig_mapbox_tileset_id_status"),
("shared_data", "0013_visualizationconfig_group_null"),
]

operations = [
Expand Down

0 comments on commit 7f43822

Please sign in to comment.