aboutsummaryrefslogtreecommitdiff
path: root/muamba.install
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.install')
-rw-r--r--muamba.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/muamba.install b/muamba.install
index 6e68603..ab0bcef 100644
--- a/muamba.install
+++ b/muamba.install
@@ -5,9 +5,18 @@
* Muamba installation functions.
*/
+/**
+ * Implements hook_install()
+ */
function muamba_install() {
}
+/**
+ * Implements hook_schema()
+ *
+ * @todo
+ * Add privatemsg thread_id into muamba table.
+ */
function muamba_schema() {
$schema['muamba'] = array(
'description' => 'The base table for muamba assets.',