Skip to content
Snippets Groups Projects
Commit 5e3f9c6c authored by sandeepsajan0's avatar sandeepsajan0 Committed by Fredrik Jonsson
Browse files

Resolve migration conflicts

parent 48c93ba5
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.13 on 2022-07-14 12:46
# Generated by Django 3.2.14 on 2022-08-09 04:59
from django.db import migrations, models
import django.db.models.deletion
......@@ -8,10 +8,15 @@ import modelcluster.fields
class Migration(migrations.Migration):
dependencies = [
('application_projects', '0053_projectapprovalform'),
('application_projects', '0054_alter_project_form_fields'),
]
operations = [
migrations.AddField(
model_name='project',
name='paf_reviews_meta_data',
field=models.JSONField(default=dict, help_text='Reviewers role and their actions/comments'),
),
migrations.AlterField(
model_name='project',
name='status',
......
# Generated by Django 3.2.13 on 2022-07-18 13:27
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('application_projects', '0054_paf_reviewers_roles__alter_project_status'),
]
operations = [
migrations.AddField(
model_name='project',
name='paf_reviews_meta_data',
field=models.JSONField(default=dict, help_text='Reviewers role and their actions/comments'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment