mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Refactor rolling stock
This commit is contained in:
17
dcc/roster/migrations/0032_alter_engine_options.py
Normal file
17
dcc/roster/migrations/0032_alter_engine_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.0.2 on 2022-03-30 20:49
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('roster', '0031_rollingstock_type'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='engine',
|
||||
options={},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user