Version 0.1.9

This commit is contained in:
dmzx
2015-12-14 18:02:20 +01:00
parent 94010723ed
commit dbdf8a62bc
41 changed files with 291 additions and 536 deletions

View File

@@ -24,4 +24,4 @@ class mchat_module_acp extends \phpbb\db\migration\migration
)),
);
}
}
}

View File

@@ -44,4 +44,4 @@ class mchat_module_cat extends \phpbb\db\migration\migration
),
);
}
}
}

View File

@@ -23,4 +23,4 @@ class mchat_module_ucp extends \phpbb\db\migration\migration
))),
);
}
}
}

View File

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

View File

@@ -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);
}
}
}