Added documentation

This commit is contained in:
Michael Vogel 2016-10-25 05:44:57 +00:00
parent 3463a442ba
commit 80efc422bf
4 changed files with 22 additions and 2 deletions

View file

@ -587,6 +587,7 @@ function db_definition($charset) {
),
"indexes" => array(
"PRIMARY" => array("id"),
"cmd_item_contact" => array("UNIQUE", "cmd", "item", "contact"),
)
);
$database["event"] = array(