Fix typo
这个提交包含在:
父节点
7ef299c869
当前提交
0977bd400a
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -13,7 +13,7 @@ class Migration_add_power_to_cat extends CI_Migration {
|
|||
|
||||
public function up()
|
||||
{
|
||||
if (!$this->db->field_exists('powre', 'cat')) {
|
||||
if (!$this->db->field_exists('power', 'cat')) {
|
||||
$fields = array(
|
||||
'power INT NULL DEFAULT 0',
|
||||
);
|
||||
|
|
|
|||
正在加载…
在新工单中引用