17 lines
379 B
Python
17 lines
379 B
Python
# Generated by Django 5.2 on 2025-05-23 14:52
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("services", "0028_computeplangroup_computeplan_group"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="computeplangroup",
|
|
options={"ordering": ["order", "name"]},
|
|
),
|
|
]
|