1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2024-11-26 20:47:10 +00:00
med/users/migrations/0032_auto_20190810_1601.py
2019-08-10 16:13:32 +02:00

19 lines
365 B
Python

# Generated by Django 2.2.4 on 2019-08-10 14:01
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0031_auto_20190810_1601'),
]
operations = [
migrations.RenameField(
model_name='clef',
old_name='commentaire',
new_name='comment',
),
]