initial
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user