Skip to content

Commit

Permalink
feat: missing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Sep 27, 2023
1 parent 6b0bf3a commit 2af3e62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions enterprise/migrations/0187_merge_20230927_1245.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.5 on 2023-09-27 12:45

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('enterprise', '0186_alter_historicalenrollmentnotificationemailtemplate_options_and_more'),
('enterprise', '0186_auto_20230921_1828'),
]

operations = [
]

0 comments on commit 2af3e62

Please sign in to comment.