mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-03 17:40:39 +01:00
19 lines
389 B
Python
19 lines
389 B
Python
# Generated by Django 6.0 on 2026-01-03 12:31
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("consist", "0018_alter_consist_scale"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="consistitem",
|
|
name="load",
|
|
field=models.BooleanField(default=False),
|
|
),
|
|
]
|