8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-24 20:33:11 +00:00
re2o/cotisations/migrations/0040_auto_20190325_0832.py
2019-03-25 08:33:43 +01:00

35 lines
861 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2019-03-25 07:32
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('cotisations', '0039_auto_20190321_1626'),
]
operations = [
migrations.RenameField(
model_name='facture',
old_name='banque',
new_name='bank',
),
migrations.RenameField(
model_name='facture',
old_name='cheque',
new_name='cheque_number',
),
migrations.RenameField(
model_name='facture',
old_name='control',
new_name='controlled',
),
migrations.RenameField(
model_name='facture',
old_name='valid',
new_name='validity',
),
]