Version 0.1.9
This commit is contained in:
@@ -24,4 +24,4 @@ class mchat_module_acp extends \phpbb\db\migration\migration
|
||||
)),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,4 +44,4 @@ class mchat_module_cat extends \phpbb\db\migration\migration
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,4 +23,4 @@ class mchat_module_ucp extends \phpbb\db\migration\migration
|
||||
))),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace dmzx\mchat\migrations;
|
||||
|
||||
class mchat_schema extends \phpbb\db\migration\migration
|
||||
{
|
||||
var $ext_version = '0.1.7';
|
||||
var $ext_version = '0.1.9';
|
||||
|
||||
public function update_data()
|
||||
{
|
||||
@@ -140,4 +140,4 @@ class mchat_schema extends \phpbb\db\migration\migration
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,4 +128,4 @@ class mchat_schema_sample_data extends \phpbb\db\migration\migration
|
||||
// Insert sample PM data
|
||||
$this->db->sql_multi_insert($this->table_prefix . 'mchat_config', $sample_data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user