mirror of
https://github.com/nanoy42/coope
synced 2024-11-05 01:16:28 +00:00
Oubli de la migration
This commit is contained in:
parent
dedd30303a
commit
3025ed6cf4
1 changed files with 21 additions and 0 deletions
21
users/migrations/0003_auto_20190219_1921.py
Normal file
21
users/migrations/0003_auto_20190219_1921.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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',
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue