Skip to content

Commit

Permalink
update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Nov 3, 2023
1 parent aebe490 commit 4704c76
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by Django 4.2.6 on 2023-11-02 11:39
# Generated by Django 4.2.6 on 2023-11-03 23:02

import common.migrations.remove_field
from django.db import migrations
import django_migration_linter as linter


class Migration(migrations.Migration):
Expand All @@ -11,9 +11,8 @@ class Migration(migrations.Migration):
]

operations = [
linter.IgnoreMigration(),
migrations.RemoveField(
model_name='alertgroup',
common.migrations.remove_field.RemoveFieldState(
model_name='AlertGroup',
name='is_restricted',
),
]

0 comments on commit 4704c76

Please sign in to comment.