mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-24 16:26:49 +00:00
19 lines
376 B
Python
19 lines
376 B
Python
# Generated by Django 4.0.2 on 2022-02-25 13:12
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("api", "0083_channel_disabled"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="ping",
|
|
name="body_raw",
|
|
field=models.BinaryField(null=True),
|
|
),
|
|
]
|