migration(Customer): default None.
This commit is contained in:
parent
204bdbcb33
commit
4c0c4737ac
@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.6 on 2024-08-17 19:28
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('don_confiao', '0028_alter_customer_address'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='customer',
|
||||
name='name',
|
||||
field=models.CharField(default=None, max_length=100),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user