mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-23 16:07:39 +00:00
79da9e9f4f
(`ruff check --fix`)
15 lines
345 B
Python
15 lines
345 B
Python
# Generated by Django 1.11.1 on 2017-06-08 11:58
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [("accounts", "0007_profile_check_limit")]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="profile", name="bill_to", field=models.TextField(blank=True)
|
|
)
|
|
]
|