2021-10-29 11:19:10 +03:00
|
|
|
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
|
|
|
|
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
* Easy!Appointments - Open Source Web Scheduler
|
|
|
|
*
|
|
|
|
* @package EasyAppointments
|
|
|
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
|
|
|
* @copyright Copyright (c) 2013 - 2020, Alex Tselegidis
|
|
|
|
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
|
|
|
|
* @link https://easyappointments.org
|
|
|
|
* @since v1.4.0
|
|
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Easy!Appointments migration.
|
|
|
|
*
|
|
|
|
* @property CI_Benchmark $benchmark
|
|
|
|
* @property CI_Cache $cache
|
|
|
|
* @property CI_Calendar $calendar
|
|
|
|
* @property CI_Config $config
|
|
|
|
* @property CI_DB_forge $dbforge
|
|
|
|
* @property CI_DB_query_builder $db
|
|
|
|
* @property CI_DB_utility $dbutil
|
|
|
|
* @property CI_Email $email
|
|
|
|
* @property CI_Encrypt $encrypt
|
|
|
|
* @property CI_Encryption $encryption
|
|
|
|
* @property CI_Exceptions $exceptions
|
|
|
|
* @property CI_Hooks $hooks
|
2021-10-29 13:54:49 +03:00
|
|
|
* @property EA_Input $input
|
2021-10-29 11:19:10 +03:00
|
|
|
* @property CI_Lang $lang
|
|
|
|
* @property CI_Loader $load
|
|
|
|
* @property CI_Log $log
|
|
|
|
* @property CI_Migration $migration
|
|
|
|
* @property CI_Output $output
|
|
|
|
* @property CI_Profiler $profiler
|
|
|
|
* @property CI_Router $router
|
|
|
|
* @property CI_Security $security
|
|
|
|
* @property CI_Session $session
|
|
|
|
* @property CI_URI $uri
|
|
|
|
* @property CI_Upload $upload
|
|
|
|
*/
|
|
|
|
class EA_Migration extends CI_Migration {
|
|
|
|
//
|
|
|
|
}
|