CodeCeption

This commit is contained in:
Paminger
2016-04-11 07:08:46 +02:00
parent 20ea242f35
commit 1f236b4b5a
12 changed files with 4144 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ class Migration_Init extends CI_Migration {
// Schemas
$this->db->query('CREATE SCHEMA IF NOT EXISTS public;');
$this->db->query('CREATE SCHEMA IF NOT EXISTS addon;');
$this->db->query('CREATE SCHEMA IF NOT EXISTS fue;');
$this->db->query('CREATE SCHEMA IF NOT EXISTS lehre;');
$this->db->query('CREATE SCHEMA IF NOT EXISTS system;');
$this->db->query('CREATE SCHEMA IF NOT EXISTS bis;');
}
public function down()