From d2363f82c922b8b25a1adc9b1ee2418959363927 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 24 Jun 2025 13:54:26 +0200 Subject: Clean migrations --- .../0268_alter_documenttemplate_export_format.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 ishtar_common/migrations/0268_alter_documenttemplate_export_format.py (limited to 'ishtar_common/migrations/0268_alter_documenttemplate_export_format.py') 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'), - ), - ] -- cgit v1.2.3