Skip to content

Commit

Permalink
Resolve migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed May 1, 2024
1 parent ddf33bb commit 8f30834
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions digiplan/map/migrations/0051_merge_20240501_1323.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-05-01 13:23

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("map", "0047_delete_preresults"),
("map", "0050_alter_pvgroundareasapproved_options_and_more"),
]

operations = []

0 comments on commit 8f30834

Please sign in to comment.