This commit is contained in:
2026-02-17 14:59:55 +01:00
parent 5424d25822
commit e1da4fa041
27 changed files with 17914 additions and 3919 deletions

View File

@@ -0,0 +1,17 @@
# 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']},
),
]