19 lines
403 B
Python
19 lines
403 B
Python
# Generated by Django 4.0.8 on 2023-01-01 18:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('tenants', '0005_alter_tenant_address1_alter_tenant_address2_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='tenant',
|
|
old_name='salution',
|
|
new_name='salutation',
|
|
),
|
|
]
|