mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
18 lines
368 B
Python
18 lines
368 B
Python
# Generated by Django 4.1.3 on 2023-01-02 15:03
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("consist", "0007_alter_consist_image"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="consist",
|
|
options={"ordering": ["company", "-creation_time"]},
|
|
),
|
|
]
|