parent
061bfe4795
commit
8de30d96ff
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-07-31 15:56 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('biz', '0001_initial'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AlterField( |
||||||
|
model_name='prospect', |
||||||
|
name='email', |
||||||
|
field=models.EmailField(blank=True, max_length=254, null=True, unique=True), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue