Skip to content

Commit

Permalink
Resolved migration conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsajan0 committed Oct 18, 2024
1 parent 9455f68 commit 97a5ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 4.2.15 on 2024-09-23 11:16
# Generated by Django 4.2.16 on 2024-10-18 14:29

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("auth", "0012_alter_user_first_name_max_length"),
("application_projects", "0087_alter_pafreviewersrole_user_roles"),
("application_projects", "0088_remove_duediligencedocument_vendor_and_more"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.15 on 2024-09-23 11:54
# Generated by Django 4.2.16 on 2024-10-18 14:30

from django.db import migrations
from hypha.apply.users.groups import GROUPS_ORG_FACULTY
Expand All @@ -18,7 +18,7 @@ def allow_internal_groups_to_contractdocumentcategory(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("application_projects", "0088_contractdocumentcategory_document_access_view"),
("application_projects", "0089_contractdocumentcategory_document_access_view"),
]

operations = [
Expand Down

0 comments on commit 97a5ba4

Please sign in to comment.