Added search filed for student in weekpreference, refuel stop non null default false, migrations
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.8 on 2025-11-27 10:56
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('flightslot', '0020_alter_hourbuildinglegbase_options_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='hourbuildinglegstop',
|
||||
name='refuel',
|
||||
field=models.BooleanField(default=False, verbose_name='Stop for Refuelling'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user