parent
e1ffd348d4
commit
becf62d34c
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-07-20 10:11 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('bizdev', '0003_alter_activity_options_alter_prospect_options_and_more'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AlterField( |
||||||
|
model_name='emailtemplate', |
||||||
|
name='id', |
||||||
|
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue