mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-21 15:17:57 +00:00
79da9e9f4f
(`ruff check --fix`)
17 lines
390 B
Python
17 lines
390 B
Python
# Generated by Django 1.11.6 on 2018-01-09 12:52
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [("payments", "0003_subscription_address_id")]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="subscription",
|
|
name="send_invoices",
|
|
field=models.BooleanField(default=True),
|
|
)
|
|
]
|