Skip to content

Commit

Permalink
Added migration merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tdethier committed Dec 6, 2024
1 parent b448c61 commit 0c0a24f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions iaso/migrations/0312_merge_20241206_1200.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 5.1.3 on 2024-12-06 12:00

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("iaso", "0310_alter_groupset_group_belonging"),
("iaso", "0311_alter_tenantuser_account_user_and_more"),
]

operations = []

0 comments on commit 0c0a24f

Please sign in to comment.