You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
362 B
18 lines
362 B
2 weeks ago
|
# Generated by Django 5.0.6 on 2024-07-26 07:09
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('skyonnadmin', '0026_rename_name_addcontact_firstname_and_more'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name='addcontact',
|
||
|
name='FirstName',
|
||
|
),
|
||
|
]
|