From 889f09394270878cfeb391969e6a11d389d2c326 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 7 Sep 2020 11:02:25 +0300 Subject: [PATCH] Corrected migration names. --- ...ign_keys.php => 011_remove_prefix_from_fkey_constraints.php} | 2 +- .../{012_create_consents_table.php => 012_legal_contents.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename application/migrations/{011_remove_prefix_from_foreign_keys.php => 011_remove_prefix_from_fkey_constraints.php} (99%) rename application/migrations/{012_create_consents_table.php => 012_legal_contents.php} (98%) diff --git a/application/migrations/011_remove_prefix_from_foreign_keys.php b/application/migrations/011_remove_prefix_from_fkey_constraints.php similarity index 99% rename from application/migrations/011_remove_prefix_from_foreign_keys.php rename to application/migrations/011_remove_prefix_from_fkey_constraints.php index 6b5cec21..8b0032cc 100644 --- a/application/migrations/011_remove_prefix_from_foreign_keys.php +++ b/application/migrations/011_remove_prefix_from_fkey_constraints.php @@ -17,7 +17,7 @@ * @property CI_DB_query_builder db * @property CI_DB_forge dbforge */ -class Migration_Remove_prefix_from_foreign_keys extends CI_Migration { +class Migration_Remove_prefix_from_fkey_constraints extends CI_Migration { /** * Upgrade method. */ diff --git a/application/migrations/012_create_consents_table.php b/application/migrations/012_legal_contents.php similarity index 98% rename from application/migrations/012_create_consents_table.php rename to application/migrations/012_legal_contents.php index 6b80a089..ced66270 100644 --- a/application/migrations/012_create_consents_table.php +++ b/application/migrations/012_legal_contents.php @@ -17,7 +17,7 @@ * @property CI_DB_query_builder db * @property CI_DB_forge dbforge */ -class Migration_Create_consents_table extends CI_Migration { +class Migration_Legal_contents extends CI_Migration { /** * Upgrade method. */