mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:50:11 +00:00
The "file" variable isn't stored anymore in the item table
This commit is contained in:
parent
8e55d3585f
commit
bffdf96d87
6 changed files with 78 additions and 93 deletions
|
@ -1242,9 +1242,6 @@ class DBStructure
|
|||
"ownerid" => ["owner-id"],
|
||||
"uid_uri" => ["uid", "uri(190)"],
|
||||
"resource-id" => ["resource-id"],
|
||||
"contactid_allowcid_allowpid_denycid_denygid" => ["contact-id","allow_cid(10)","allow_gid(10)","deny_cid(10)","deny_gid(10)"], //
|
||||
"uid_type_changed" => ["uid","type","changed"],
|
||||
"contactid_verb" => ["contact-id","verb"],
|
||||
"deleted_changed" => ["deleted","changed"],
|
||||
"uid_wall_changed" => ["uid","wall","changed"],
|
||||
"uid_eventid" => ["uid","event-id"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue