Update to FHC 3.2


'; $this->db=$this->load->database('system', true); $db = new basis_db($this); require_once('./system/dbupdate_3.2.php'); } 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;');*/ } }