Skip to content

Commit

Permalink
resolves migration file conflict, destructivly
Browse files Browse the repository at this point in the history
  • Loading branch information
Snorre98 committed Nov 3, 2024
1 parent 84c4b1f commit 3672d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.1.1 on 2024-11-02 21:46
# Generated by Django 5.1.1 on 2024-11-03 01:16

import django.db.models.deletion
from django.conf import settings
Expand All @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('samfundet', '0007_alter_infobox_color_alter_infobox_image_and_more'),
('samfundet', '0010_recruitment_promo_media'),
]

operations = [
Expand All @@ -35,7 +35,7 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='recruitmentapplication',
name='recruiter_priority',
field=models.IntegerField(choices=[(0, 'Not Set'), (1, 'Reserve'), (2, 'Wanted'), (3, 'Not Wanted')], default=0, help_text="Recruiter's priority for this application."),
field=models.IntegerField(choices=[(0, 'Not Set'), (1, 'Reserve'), (2, 'Wanted'), (3, 'Not Wanted')], default=0, help_text="Recruiter's priority for this application - should not be visible to applicant"),
),
migrations.AlterField(
model_name='recruitmentapplication',
Expand Down

0 comments on commit 3672d88

Please sign in to comment.