Skip to content

Commit

Permalink
fixed migration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Jan 23, 2024
1 parent 3ab827b commit 8c818fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions home/migrations/0045_merge_20240123_1102.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.9 on 2024-01-23 11:02

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("home", "0041_alter_contentpage_whatsapp_body"),
("home", "0044_merge_20240118_1014"),
]

operations = []

0 comments on commit 8c818fb

Please sign in to comment.