mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
CI Init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Migration_Init extends CI_Migration {
|
||||
|
||||
public function up()
|
||||
{
|
||||
// Schemas
|
||||
//$this->db->query('CREATE SCHEMA IF NOT EXISTS gis;');
|
||||
|
||||
}
|
||||
|
||||
public function down()
|
||||
{
|
||||
//$this->db->query('DROP SCHEMA IF EXISTS gis;');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user