Corrected migration names.

This commit is contained in:
Alex Tselegidis 2020-09-07 11:02:25 +03:00
parent 0e0a5e6b20
commit 889f093942
2 changed files with 2 additions and 2 deletions

View File

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

View File

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