Skip to content

Commit

Permalink
Fix migration conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
albertas-jn committed Apr 16, 2024
1 parent ce73f21 commit 9805400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 3.2.25 on 2024-04-11 16:31
# Generated by Django 3.2.25 on 2024-04-16 11:06

from django.db import migrations, models
import django.db.models.deletion
Expand All @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('experiment', '0026_auto_20240319_1114'),
('experiment', '0033_rename_related'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def add_default_question_series(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('experiment', '0027_add_question_model'),
('experiment', '0034_add_question_model'),
]

operations = [
Expand Down

0 comments on commit 9805400

Please sign in to comment.