Skip to content

Commit

Permalink
Merged Migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
malinowskikam committed Sep 12, 2024
1 parent ea675b7 commit 8825a07
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions policy/migrations/0010_merge_20240912_1248.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.25 on 2024-09-12 12:48

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('policy', '0008_policyrenewalmutation'),
('policy', '0009_auto_20240716_1744'),
]

operations = [
]

0 comments on commit 8825a07

Please sign in to comment.