mirror of
https://github.com/nanoy42/coope
synced 2024-11-04 17:06:27 +00:00
22 lines
453 B
Python
22 lines
453 B
Python
|
# Generated by Django 2.1 on 2019-02-19 18:21
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('users', '0002_auto_20190218_2231'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name='historicalprofile',
|
||
|
name='date_verified',
|
||
|
),
|
||
|
migrations.RemoveField(
|
||
|
model_name='profile',
|
||
|
name='date_verified',
|
||
|
),
|
||
|
]
|