just migration omg
This commit is contained in:
parent
812de9162b
commit
62d3ba001d
18
alkatorapi/migrations/0010_user_alkator_class.py
Normal file
18
alkatorapi/migrations/0010_user_alkator_class.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.11 on 2024-06-25 12:22
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('alkatorapi', '0009_alter_user_alkator_category'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='user',
|
||||
name='alkator_class',
|
||||
field=models.IntegerField(choices=[(1, 'Jaro 2024'), (2, 'Podzim 2024')], default=1),
|
||||
),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user