VilesciFrameset

This commit is contained in:
Paminger
2016-03-01 08:13:14 +01:00
parent 642ba3a2dc
commit 2355facd39
5 changed files with 8 additions and 9 deletions
@@ -20,13 +20,11 @@ class Migration_Create_basedb extends CI_Migration {
public function down()
{
$this->db->simple_query('DROP SCHEMA addon;');
$this->db->simple_query('DROP SCHEMA bis;');
$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 reports;');
$this->db->simple_query('DROP SCHEMA sync;');
$this->db->simple_query('DROP SCHEMA system;');
$this->db->simple_query('DROP SCHEMA testtool;');