diff options
Diffstat (limited to 'ishtar_common/migrations/0268_alter_documenttemplate_export_format.py')
-rw-r--r-- | ishtar_common/migrations/0268_alter_documenttemplate_export_format.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ishtar_common/migrations/0268_alter_documenttemplate_export_format.py b/ishtar_common/migrations/0268_alter_documenttemplate_export_format.py deleted file mode 100644 index 93d1ff05d..000000000 --- a/ishtar_common/migrations/0268_alter_documenttemplate_export_format.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 4.2.19 on 2025-04-18 07:40 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('ishtar_common', '0267_alter_documenttemplate_export_format_and_more'), - ] - - operations = [ - migrations.AlterField( - model_name='documenttemplate', - name='export_format', - field=models.CharField(blank=True, choices=[('', '---')], default='', max_length=4, verbose_name='Export format'), - ), - ] |