mirror of
https://github.com/friendica/friendica
synced 2025-04-29 09:44:23 +02:00
We need "global"
This commit is contained in:
parent
ea498ff283
commit
b654af28fa
4 changed files with 14 additions and 2 deletions
|
@ -1195,6 +1195,7 @@ class DBStructure
|
|||
"network" => ["type" => "char(4)", "not null" => "1", "default" => "", "comment" => "Network from where the item comes from"],
|
||||
"rendered-hash" => ["type" => "varchar(32)", "not null" => "1", "default" => "", "comment" => ""],
|
||||
"rendered-html" => ["type" => "mediumtext", "comment" => "item.body converted to html"],
|
||||
"global" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
|
||||
],
|
||||
"indexes" => [
|
||||
"PRIMARY" => ["id"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue