Coverage for apis_core/collections/migrations/0002_alter_skoscollection_options.py: 100%
4 statements
« prev ^ index » next coverage.py v7.6.4, created at 2024-11-22 07:51 +0000
« prev ^ index » next coverage.py v7.6.4, created at 2024-11-22 07:51 +0000
1# Generated by Django 4.2.9 on 2024-01-26 07:57
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("collections", "0001_initial"),
9 ]
11 operations = [
12 migrations.AlterModelOptions(
13 name="skoscollection",
14 options={"ordering": ["name"]},
15 ),
16 ]