Implemented Carrier Aerodrome AircraftBase Equipment
This commit is contained in:
18
simulator/migrations/0002_alter_aerodrome_country.py
Normal file
18
simulator/migrations/0002_alter_aerodrome_country.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.6 on 2025-09-30 02:04
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('simulator', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='aerodrome',
|
||||
name='country',
|
||||
field=models.CharField(max_length=2),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user