Skip to content

Commit

Permalink
[#939] Fix migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma committed Feb 14, 2024
1 parent 5fca8cb commit 393c89a
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.10 on 2024-02-14 15:44

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("configurations", "0059_alter_siteconfigurationpage_options"),
("configurations", "0061_merge_20240214_1308"),
]

operations = []

0 comments on commit 393c89a

Please sign in to comment.