mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-21 15:17:57 +00:00
19 lines
381 B
Python
19 lines
381 B
Python
# Generated by Django 3.2.10 on 2022-01-03 13:55
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("api", "0082_fill_last_notify"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="channel",
|
|
name="disabled",
|
|
field=models.BooleanField(null=True),
|
|
),
|
|
]
|