Skip to content

Commit

Permalink
fix: address migration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Oct 4, 2024
1 parent 96a6bad commit 7ae3a40
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arches/app/models/migrations/11500_merge_20241004_1627.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.16 on 2024-10-04 16:27

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("models", "11499_add_editlog_resourceinstance_idx"),
("models", "9604_relational_data_model_handle_user_accounts"),
]

operations = []

0 comments on commit 7ae3a40

Please sign in to comment.