18 lines
356 B
Python
18 lines
356 B
Python
# Generated by Django 5.1.5 on 2026-02-16 10:47
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('sheets', '0016_abrechnungcell'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='secondtableentry',
|
|
options={'ordering': ['date', 'id']},
|
|
),
|
|
]
|