19 lines
385 B
Python
19 lines
385 B
Python
|
# Generated by Django 3.1.1 on 2020-10-22 09:34
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('input', '0020_project_project_end_mail'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameField(
|
||
|
model_name='project',
|
||
|
old_name='project_end_mail',
|
||
|
new_name='end_mail_send',
|
||
|
),
|
||
|
]
|