mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
18 lines
366 B
Python
18 lines
366 B
Python
# Generated by Django 4.1.3 on 2023-01-02 15:02
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("roster", "0016_alter_rollingstockimage_options_and_more"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="rollingstockimage",
|
|
name="is_thumbnail",
|
|
),
|
|
]
|