forked from erp-dev/erp
clean
This commit is contained in:
18
api_v1/migrations/0008_alter_datasync_table_name.py
Normal file
18
api_v1/migrations/0008_alter_datasync_table_name.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.8 on 2025-12-19 01:34
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('api_v1', '0007_mdy_plate_order_staging_ctime_utime'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='datasync',
|
||||
name='table_name',
|
||||
field=models.CharField(choices=[('product', '产品'), ('customer', '客户'), ('plate_order', '开版(明道云)')], max_length=50, verbose_name='同步目标'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user