Skip to content

Commit 2884abb

Browse files
committed
migration
1 parent d4fb1d1 commit 2884abb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 5.1.4 on 2024-12-21 02:48
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('visa', '0007_rename_field_to_identifier'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='invitationletterasset',
15+
name='identifier',
16+
field=models.CharField(max_length=100, verbose_name='identifier'),
17+
),
18+
]

0 commit comments

Comments
 (0)