Skip to content

Commit

Permalink
fix: run makemigrations --merge
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Dec 22, 2023
1 parent 4a0fb27 commit aa3fb57
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.8 on 2023-12-22 11:45

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('content_assignments', '0008_auto_20230927_1201'),
('content_assignments', '0013_add_redeemed_action'),
]

operations = [
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.8 on 2023-12-22 11:45

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('subsidy_access_policy', '0018_auto_20230927_1201'),
('subsidy_access_policy', '0019_subsidyaccesspolicy_description_allow_blank'),
]

operations = [
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.8 on 2023-12-22 11:45

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('subsidy_request', '0012_alter_couponcoderequest_reviewer_and_more'),
('subsidy_request', '0012_auto_20230927_1201'),
]

operations = [
]

0 comments on commit aa3fb57

Please sign in to comment.