Skip to content

Commit 415d306

Browse files
fuzzylogic2000philli-m
authored andcommitted
apps/moderatorfeedback: add merge migration to make sure all migrations are run
1 parent 578f169 commit 415d306

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated by Django 3.2.18 on 2023-03-01 15:49
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("a4_candy_moderatorfeedback", "0003_alter_moderatorcommentstatement_comment"),
10+
(
11+
"a4_candy_moderatorfeedback",
12+
"0003_rename_statement_moderatorfeedback_feedback_text",
13+
),
14+
]
15+
16+
operations = []

0 commit comments

Comments
 (0)