forked from erp-dev/erp
feat: celery_beat
This commit is contained in:
18
basic_info/migrations/0017_alter_customer_mobile.py
Normal file
18
basic_info/migrations/0017_alter_customer_mobile.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.8 on 2025-12-08 10:35
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('basic_info', '0016_merchantsetting_type'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='customer',
|
||||
name='mobile',
|
||||
field=models.CharField(blank=True, max_length=20, null=True, verbose_name='手机'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user