Skip to content

Commit 6dcd451

Browse files
committed
[#939] Fix migration conflict
1 parent 5fca8cb commit 6dcd451

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 4.2.10 on 2024-02-14 15:44
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("configurations", "0059_alter_siteconfigurationpage_options"),
10+
("configurations", "0061_merge_20240214_1308"),
11+
]
12+
13+
operations = []

0 commit comments

Comments
 (0)