Skip to content

Commit

Permalink
[#245] Resolved conflict with migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
La-Cezanne committed Aug 27, 2023
1 parent e37670f commit 5809f6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cpmonitor/migrations/0028_merge_20230827_1442.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by Django 4.1.7 on 2023-08-27 12:42

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
(
"cpmonitor",
"0026_alter_task_options_alter_city_assessment_action_plan_and_more",
),
("cpmonitor", "0027_invitation"),
]

operations = []

0 comments on commit 5809f6e

Please sign in to comment.