23 lines
501 B
Python
23 lines
501 B
Python
# Generated by Django 2.0.3 on 2018-03-23 11:45
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('nalodeni', '0008_appuser_city'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='appregemail',
|
|
old_name='rtts',
|
|
new_name='timestamp',
|
|
),
|
|
migrations.AlterUniqueTogether(
|
|
name='appregemail',
|
|
unique_together={('token',), ('email',)},
|
|
),
|
|
]
|