load->database('system'); if (!$this->db->table_exists('tbl_person')) { $this->load->helper('file'); $sqlfile = read_file('./system/fhcomplete3.0.sql'); if (!$this->db->simple_query($sqlfile)) { echo "Error creating Basis DB-Schema!"; } } } public function down() { /*$this->db->simple_query('DROP SCHEMA bis;'); $this->db->simple_query('DROP SCHEMA campus;'); $this->db->simple_query('DROP SCHEMA fue;'); $this->db->simple_query('DROP SCHEMA kommune;'); $this->db->simple_query('DROP SCHEMA lehre;'); $this->db->simple_query('DROP SCHEMA sync;'); $this->db->simple_query('DROP SCHEMA system;'); $this->db->simple_query('DROP SCHEMA testtool;'); $this->db->simple_query('DROP SCHEMA wawi;');*/ } }