Skip to content

Commit

Permalink
migrated and tested
Browse files Browse the repository at this point in the history
  • Loading branch information
williadav committed Aug 23, 2024
1 parent 7585587 commit 061133b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions chemie/home/migrations/0007_auto_20240823_1021.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 2.2.28 on 2024-08-23 08:21

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('home', '0006_remove_fundsapplication_receipt'),
]

operations = [
migrations.AlterField(
model_name='officeapplication',
name='student_username',
field=models.CharField(default='NOT_VALID', max_length=50, verbose_name='Student-e-post (@ntnu.no)'),
),
]

0 comments on commit 061133b

Please sign in to comment.