mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-21 15:17:57 +00:00
79da9e9f4f
(`ruff check --fix`)
17 lines
384 B
Python
17 lines
384 B
Python
# Generated by Django 1.11.6 on 2018-01-27 12:15
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [("api", "0036_auto_20180116_2243")]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="ping",
|
|
name="id",
|
|
field=models.BigAutoField(primary_key=True, serialize=False),
|
|
)
|
|
]
|