Skip to content

Commit

Permalink
Fix conflicting migrations (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith authored Nov 22, 2024
2 parents 984c07f + e7dec03 commit fe84a80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 5.1.1 on 2024-11-20 18:29
# Generated by Django 5.1.1 on 2024-11-22 07:00

import core.validators
from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("core", "0036_asset_owner"),
("core", "0037_appliedcontrol_priority"),
]

operations = [
Expand Down

0 comments on commit fe84a80

Please sign in to comment.