mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:10:11 +00:00
Added documentation
This commit is contained in:
parent
3463a442ba
commit
80efc422bf
4 changed files with 22 additions and 2 deletions
|
@ -587,6 +587,7 @@ function db_definition($charset) {
|
|||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
"cmd_item_contact" => array("UNIQUE", "cmd", "item", "contact"),
|
||||
)
|
||||
);
|
||||
$database["event"] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue