Skip to content

Commit

Permalink
Update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Sep 11, 2023
1 parent 2fb7df0 commit 90c16fc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Generated by Django 4.1.9 on 2023-07-08 12:48
# Generated by Django 4.1.10 on 2023-09-11 16:17

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("peoplefinder", "0103_person_profile_completion"),
("peoplefinder", "0109_person_preferred_first_name"),
]

operations = [
migrations.AlterField(
model_name="person",
name="email",
field=models.EmailField(
help_text="Choose your own official work email address provided by the organisation you are directly employed by or contracted to.",
help_text="Choose your own official work email address provided by the organisation you are directly employed by or contracted to. This is the email you use to log into Digital Workspace.",
max_length=254,
verbose_name="Main work email address",
),
Expand Down

0 comments on commit 90c16fc

Please sign in to comment.