19 lines
479 B
Python
19 lines
479 B
Python
|
# Generated by Django 2.0.3 on 2018-06-25 01:17
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('nalodeni', '0024_appregemail_data_consent'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='appregemail',
|
||
|
name='dc_stamp',
|
||
|
field=models.DateTimeField(blank=True, default=None, editable=False, null=True, verbose_name='Data consent timestamp'),
|
||
|
),
|
||
|
]
|