mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Corrected migration names.
This commit is contained in:
parent
0e0a5e6b20
commit
889f093942
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
|
@ -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.
|
||||
*/
|
Loading…
Reference in a new issue