* @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 * @property EA_Input $input * @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 { // }