"participation" is removed since it is unused

This commit is contained in:
Michael 2021-02-02 06:28:51 +00:00
commit e561cad844
6 changed files with 1 additions and 54 deletions

View file

@ -1031,20 +1031,6 @@ return [
"created" => ["created"],
]
],
"participation" => [
"comment" => "Storage for participation messages from Diaspora",
"fields" => [
"iid" => ["type" => "int unsigned", "not null" => "1", "primary" => "1", "foreign" => ["item" => "id"], "comment" => ""],
"server" => ["type" => "varchar(60)", "not null" => "1", "primary" => "1", "comment" => ""],
"cid" => ["type" => "int unsigned", "not null" => "1", "foreign" => ["contact" => "id"], "comment" => ""],
"fid" => ["type" => "int unsigned", "not null" => "1", "foreign" => ["fcontact" => "id"], "comment" => ""],
],
"indexes" => [
"PRIMARY" => ["iid", "server"],
"cid" => ["cid"],
"fid" => ["fid"]
]
],
"pconfig" => [
"comment" => "personal (per user) configuration storage",
"fields" => [