From ccfd36eb493c93d8d301a122a20f5d66697963b6 Mon Sep 17 00:00:00 2001 From: Conor Holden Date: Wed, 6 Nov 2024 11:12:12 +0100 Subject: [PATCH] Revert "Fix order of 0013, 0014 and 0015 migrations." This reverts commit 91611612d449d96957d7dc58ee92c156f67b765d. --- ....py => 0013_add_field_is_enable_autofill_from_url_params.py} | 2 +- ...013_multiple_files_pload.py => 0014_multiple_files_pload.py} | 2 +- ...load_name_help_text.py => 0015_fileupload_name_help_text.py} | 2 +- aldryn_forms/migrations/0016_date_time_fields.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename aldryn_forms/migrations/{0015_add_field_is_enable_autofill_from_url_params.py => 0013_add_field_is_enable_autofill_from_url_params.py} (91%) rename aldryn_forms/migrations/{0013_multiple_files_pload.py => 0014_multiple_files_pload.py} (98%) rename aldryn_forms/migrations/{0014_fileupload_name_help_text.py => 0015_fileupload_name_help_text.py} (95%) diff --git a/aldryn_forms/migrations/0015_add_field_is_enable_autofill_from_url_params.py b/aldryn_forms/migrations/0013_add_field_is_enable_autofill_from_url_params.py similarity index 91% rename from aldryn_forms/migrations/0015_add_field_is_enable_autofill_from_url_params.py rename to aldryn_forms/migrations/0013_add_field_is_enable_autofill_from_url_params.py index 45b14cf4..3946cf53 100644 --- a/aldryn_forms/migrations/0015_add_field_is_enable_autofill_from_url_params.py +++ b/aldryn_forms/migrations/0013_add_field_is_enable_autofill_from_url_params.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ('aldryn_forms', '0014_fileupload_name_help_text'), + ('aldryn_forms', '0012_auto_20190104_1242'), ] operations = [ diff --git a/aldryn_forms/migrations/0013_multiple_files_pload.py b/aldryn_forms/migrations/0014_multiple_files_pload.py similarity index 98% rename from aldryn_forms/migrations/0013_multiple_files_pload.py rename to aldryn_forms/migrations/0014_multiple_files_pload.py index de93752b..75d8ec4d 100644 --- a/aldryn_forms/migrations/0013_multiple_files_pload.py +++ b/aldryn_forms/migrations/0014_multiple_files_pload.py @@ -13,7 +13,7 @@ class Migration(migrations.Migration): dependencies = [ - ('aldryn_forms', '0012_auto_20190104_1242'), + ('aldryn_forms', '0013_add_field_is_enable_autofill_from_url_params'), ] operations = [ diff --git a/aldryn_forms/migrations/0014_fileupload_name_help_text.py b/aldryn_forms/migrations/0015_fileupload_name_help_text.py similarity index 95% rename from aldryn_forms/migrations/0014_fileupload_name_help_text.py rename to aldryn_forms/migrations/0015_fileupload_name_help_text.py index a65b581c..7031a309 100644 --- a/aldryn_forms/migrations/0014_fileupload_name_help_text.py +++ b/aldryn_forms/migrations/0015_fileupload_name_help_text.py @@ -8,7 +8,7 @@ class Migration(migrations.Migration): dependencies = [ - ('aldryn_forms', '0013_multiple_files_pload'), + ('aldryn_forms', '0014_multiple_files_pload'), ] operations = [ diff --git a/aldryn_forms/migrations/0016_date_time_fields.py b/aldryn_forms/migrations/0016_date_time_fields.py index 6be9c237..c60cc03e 100644 --- a/aldryn_forms/migrations/0016_date_time_fields.py +++ b/aldryn_forms/migrations/0016_date_time_fields.py @@ -9,7 +9,7 @@ class Migration(migrations.Migration): dependencies = [ - ('aldryn_forms', '0015_add_field_is_enable_autofill_from_url_params'), + ('aldryn_forms', '0015_fileupload_name_help_text'), ] operations = [