Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferril committed Jan 8, 2025
1 parent 75df691 commit 4bac86a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by Django 4.2.15 on 2024-11-26 13:37

from django.db import migrations
import django_migration_linter as linter

import common.migrations.remove_field

Expand All @@ -11,6 +12,7 @@ class Migration(migrations.Migration):
]

operations = [
linter.IgnoreMigration(),
common.migrations.remove_field.RemoveFieldDB(
model_name="AlertReceiveChannelAssociatedLabel",
name="inheritable",
Expand Down

0 comments on commit 4bac86a

Please sign in to comment.