Skip to content

Commit

Permalink
migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Euizzang8001 committed Jul 31, 2024
1 parent f5b2121 commit 109d2fe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions KUA/student/migrations/0002_alter_certificationcode_email.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 5.0.6 on 2024-07-31 05:08

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("student", "0001_initial"),
]

operations = [
migrations.AlterField(
model_name="certificationcode",
name="email",
field=models.CharField(max_length=30, unique=True),
),
]

0 comments on commit 109d2fe

Please sign in to comment.