mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-21 15:17:57 +00:00
18 lines
323 B
Python
18 lines
323 B
Python
# Generated by Django 5.0.7 on 2024-07-11 13:27
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('api', '0108_move_body_to_body_raw'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='ping',
|
|
name='body',
|
|
),
|
|
]
|