mirror of
https://github.com/primedigitaltech/market-assistant.git
synced 2026-07-22 08:01:34 +08:00
19 lines
459 B
Python
19 lines
459 B
Python
# Generated manually: align JdJobSearchRow with JD_SEARCH_INTERNAL_KEYS / pc_search_export.
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("pipeline", "0014_jdjobmergedrow_total_sales"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="jdjobsearchrow",
|
|
name="total_sales",
|
|
field=models.TextField(blank=True, default=""),
|
|
),
|
|
]
|