Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Apr 25, 2024
1 parent 8b6d22f commit 4af1801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions georiviere/portal/migrations/0007_auto_20240423_1647.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def add_station_map_layer_to_portals(apps, schema_editor):
MapLayer.objects.create(
portal=portal,
layer_type="stations",
name=_("Stations"),
visible=False,
label=_("Stations"),
hidden=True,
)


Expand Down

0 comments on commit 4af1801

Please sign in to comment.