mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
Update function for "post-user-notification"
This commit is contained in:
parent
be3dfb4ffe
commit
b26157e6e3
4 changed files with 38 additions and 12 deletions
|
@ -1237,7 +1237,7 @@ return [
|
|||
],
|
||||
],
|
||||
"post-user-notification" => [
|
||||
"comment" => "User specific post data",
|
||||
"comment" => "User post notifications",
|
||||
"fields" => [
|
||||
"uri-id" => ["type" => "int unsigned", "not null" => "1", "primary" => "1", "foreign" => ["item-uri" => "id"], "comment" => "Id of the item-uri table entry that contains the item uri"],
|
||||
"uid" => ["type" => "mediumint unsigned", "not null" => "1", "primary" => "1", "foreign" => ["user" => "uid"], "comment" => "Owner id which owns this copy of the item"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue