Merged in dev and updated migration number
这个提交包含在:
父节点
a35ddb2b0a
当前提交
99a08d0d18
共有 2 个文件被更改,包括 1 次插入 和 14 次删除
|
|
@ -22,7 +22,7 @@ $config['migration_enabled'] = TRUE;
|
|||
|
|
||||
*/
|
||||
|
||||
$config['migration_version'] = 140;
|
||||
$config['migration_version'] = 141;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Migration_alter_user_options_table extends CI_Migration {
|
||||
|
||||
public function up() {
|
||||
$this->db->query("ALTER TABLE user_options CHANGE COLUMN option_value option_value text DEFAULT NULL;");
|
||||
}
|
||||
|
||||
public function down(){
|
||||
}
|
||||
}
|
||||
正在加载…
在新工单中引用