mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
18 lines
386 B
Python
18 lines
386 B
Python
# Generated by Django 4.1.3 on 2022-12-28 21:07
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("roster", "0014_alter_rollingstockdocument_file_and_more"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="rollingstockimage",
|
|
options={"ordering": ["-is_thumbnail"]},
|
|
),
|
|
]
|