All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/labhelper) (push) Successful in 1m9s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/labhelper-data-loader) (push) Successful in 56s
20 lines
459 B
Python
20 lines
459 B
Python
# Generated by Django 5.2.9 on 2025-12-29 18:26
|
|
|
|
import boxes.models
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('boxes', '0003_convert_thingtype_to_mptt'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='thing',
|
|
name='picture',
|
|
field=models.ImageField(blank=True, upload_to=boxes.models.thing_picture_upload_path),
|
|
),
|
|
]
|