这个提交包含在:
phl0 2022-04-07 12:07:51 +02:00
父节点 7ef299c869
当前提交 0977bd400a
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -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',
);