This repository has been archived on 2025-04-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GestionaleITSPy/GestionaleITS/gestionale/migrations/0006_alter_bundle_is_deleted.py
2024-10-17 11:39:51 +02:00

19 lines
431 B
Python

# Generated by Django 4.2.16 on 2024-10-17 08:45
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('gestionale', '0005_alter_record_prev_product_detail_and_more'),
]
operations = [
migrations.AlterField(
model_name='bundle',
name='is_deleted',
field=models.BooleanField(default=False, null=True),
),
]