Skip to content

Commit

Permalink
Fix conflicting migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Nov 22, 2024
1 parent 984c07f commit e7dec03
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 e7dec03

Please sign in to comment.