Renamed Project to cntmanage
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.2.8 on 2025-11-11 20:31
|
||||
|
||||
import datetime
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('flightslot', '0009_student_user_alter_missionprofile_mnum_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='hourbuildingleg',
|
||||
name='time',
|
||||
field=models.DurationField(default=models.DurationField(default=datetime.timedelta(0))),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user