Skip to content

Commit

Permalink
Revert "updated migration file"
Browse files Browse the repository at this point in the history
This reverts commit 0035893.
  • Loading branch information
CocoByte committed Mar 5, 2024
1 parent 0035893 commit 2733329
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 45 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Generated by Django 4.2.10 on 2024-03-05 20:49

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("registrar", "0071_alter_contact_first_name_alter_contact_last_name_and_more"),
]

operations = [
migrations.AlterField(
model_name="publiccontact",
name="fax",
field=models.CharField(
help_text="Contact's fax number (null ok). Must be in ITU.E164.2005 format.", null=True
),
),
migrations.AlterField(
model_name="publiccontact",
name="voice",
field=models.CharField(help_text="Contact's phone number. Must be in ITU.E164.2005 format"),
),
]

0 comments on commit 2733329

Please sign in to comment.