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 = [