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. */