18 lines
357 B
Python
18 lines
357 B
Python
|
|
# Generated by Django 6.0 on 2026-05-09 03:00
|
||
|
|
|
||
|
|
from django.db import migrations
|
||
|
|
|
||
|
|
|
||
|
|
class Migration(migrations.Migration):
|
||
|
|
|
||
|
|
dependencies = [
|
||
|
|
('billboard', '0005_line_admin_solicited'),
|
||
|
|
]
|
||
|
|
|
||
|
|
operations = [
|
||
|
|
migrations.AlterModelOptions(
|
||
|
|
name='line',
|
||
|
|
options={'ordering': ('created_at', 'id')},
|
||
|
|
),
|
||
|
|
]
|