forked from DGNum/gestioCOF
missing migration
This commit is contained in:
parent
91393dcea7
commit
73cf39baa8
1 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Generated by Django 1.11.15 on 2018-09-02 21:13
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('gestioncof', '0013_pei'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='cofprofile',
|
||||||
|
name='mailing_unernestaparis',
|
||||||
|
field=models.BooleanField(default=False, verbose_name='Recevoir les mails unErnestAParis'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue