2017-05-22 01:06:17 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
2018-10-06 12:35:49 +02:00
|
|
|
dependencies = [("gestioncof", "0010_delete_custommail")]
|
2017-05-22 01:06:17 +02:00
|
|
|
|
2018-10-06 12:35:49 +02:00
|
|
|
operations = [migrations.RemoveField(model_name="cofprofile", name="num")]
|