Skip to content

Commit

Permalink
Merged Migration cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbrand committed Jan 22, 2024
1 parent ad03fe9 commit 92bd828
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 40 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 4.1.11 on 2024-01-22 08:48
# Generated by Django 4.1.11 on 2024-01-22 09:10

from django.db import migrations


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

operations = []
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Generated by Django 4.1.11 on 2024-01-16 18:14
# Generated by Django 4.1.11 on 2024-01-22 09:12

import django.core.validators
from django.db import migrations, models
import wagtail.blocks
import wagtail.fields
from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("home", "0042_alter_contentpage_sms_title_alter_pageview_platform"),
("home", "0042_merge_20240122_0910"),
]

operations = [
Expand Down Expand Up @@ -63,6 +63,12 @@ class Migration(migrations.Migration):
help_text="When enabled, the API will include the SMS content",
),
),
migrations.AlterField(
model_name="contentpage",
name="sms_title",
field=models.CharField(blank=True, default="", max_length=200),
preserve_default=False,
),
migrations.AlterField(
model_name="pageview",
name="platform",
Expand Down

0 comments on commit 92bd828

Please sign in to comment.