3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-07-02 20:14:05 +00:00
coope/preferences/migrations/0002_auto_20181221_2151.py

24 lines
594 B
Python

# Generated by Django 2.1 on 2018-12-21 20:51
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('preferences', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='generalpreferences',
name='use_pinte_monitoring',
field=models.BooleanField(default=False),
),
migrations.AddField(
model_name='historicalgeneralpreferences',
name='use_pinte_monitoring',
field=models.BooleanField(default=False),
),
]