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 15, 2024
1 parent e929b1f commit fdf32f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions iaso/migrations/0304_merge_20241009_1240.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.14 on 2024-10-09 12:40

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("iaso", "0300_merge_20240916_1441"),
("iaso", "0303_merge_20241003_1256"),
]

operations = []

0 comments on commit fdf32f5

Please sign in to comment.