Skip to content

Commit

Permalink
Merged migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbrand committed Jan 22, 2024
1 parent e8b1f41 commit ad03fe9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions home/migrations/0044_merge_20240122_0848.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.1.11 on 2024-01-22 08:48

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("home", "0041_contentpage_whatsapp_template_lower_case_name"),
("home", "0043_contentpage_enable_ussd_contentpage_ussd_body_and_more"),
]

operations = []

0 comments on commit ad03fe9

Please sign in to comment.