Skip to content

Commit

Permalink
fix: add migration merge
Browse files Browse the repository at this point in the history
  • Loading branch information
milafrerichs committed Jan 11, 2021
1 parent 6a9d548 commit 52dccbf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions wazimap_ng/points/migrations/0040_merge_20210111_1807.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.13 on 2021-01-11 18:07

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('points', '0038_auto_20201117_1559'),
('points', '0039_profilecategory_color'),
]

operations = [
]

0 comments on commit 52dccbf

Please sign in to comment.