Skip to content

Commit

Permalink
Add migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
DEENUU1 committed Jan 8, 2024
1 parent a098dd5 commit 2e86acd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions candidates/migrations/0004_candidate_future_recruitment.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2024-01-08 01:53

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('candidates', '0003_remove_candidate_company'),
]

operations = [
migrations.AddField(
model_name='candidate',
name='future_recruitment',
field=models.BooleanField(default=False),
),
]

0 comments on commit 2e86acd

Please sign in to comment.