This commit is contained in:
Paminger
2016-03-20 12:53:17 +01:00
parent 0c3c47f848
commit 9689fd5a01
137 changed files with 8480 additions and 405 deletions
@@ -5,8 +5,9 @@ defined('BASEPATH') OR exit('No direct script access allowed');
class Migration_Init extends CI_Migration {
public function up()
{
// Schemas
{
//$this->load->database('system');
// Schemas
//$this->db->query('CREATE SCHEMA IF NOT EXISTS gis;');
}