Skip to content

Commit

Permalink
Change operation and validations
Browse files Browse the repository at this point in the history
  • Loading branch information
Buhle79 committed Jan 9, 2024
1 parent 5842193 commit a425108
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by Django 4.1.13 on 2024-01-08 10:11

from django.db import migrations, models
from django.db import migrations


def update_template_names(ContentPage, ContentType, Revision):
Expand Down Expand Up @@ -38,9 +38,5 @@ class Migration(migrations.Migration):
]

operations = [
migrations.AlterField(
model_name="contentpage",
name="whatsapp_template_name",
field=models.CharField(max_length=512, blank=True, default=""),
),
migrations.RunPython(run_migration)
]

0 comments on commit a425108

Please sign in to comment.