No comment ...
这个提交包含在:
父节点
5d9b69f403
当前提交
f0044aa505
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -11,7 +11,7 @@ class Migration_user_auto_qth_option extends CI_Migration {
|
||||||
|
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
if (!$this->db->field_exists('user_qthlookup', 'users')) {
|
if (!$this->db->field_exists('user_qth_lookup', 'users')) {
|
||||||
$fields = array(
|
$fields = array(
|
||||||
'user_qth_lookup integer DEFAULT 0 AFTER user_wwff_lookup',
|
'user_qth_lookup integer DEFAULT 0 AFTER user_wwff_lookup',
|
||||||
);
|
);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用