Initial commit (Clean history)
This commit is contained in:
19
app/migrations/0047_job_apply_code.py
Normal file
19
app/migrations/0047_job_apply_code.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.1.7 on 2025-05-23 04:13
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0046_data_story_canonical_data_story_category_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='job_apply',
|
||||
name='code',
|
||||
field=models.CharField(default=1, max_length=30, unique=True),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user