Skip to content

Commit

Permalink
Fix migrations (merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramj committed Oct 24, 2024
1 parent 0a33ffb commit cde6dba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions iaso/migrations/0307_merge_20241024_1145.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.14 on 2024-10-24 11:45

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("iaso", "0304_merge_20241009_1240"),
("iaso", "0306_merge_20241024_0902"),
]

operations = []

0 comments on commit cde6dba

Please sign in to comment.