mirror of
https://github.com/friendica/friendica
synced 2025-05-15 07:04:10 +02:00
Merge remote-tracking branch 'upstream/develop' into 1607-performance
This commit is contained in:
commit
fc3c1601b1
1113 changed files with 22748 additions and 167747 deletions
|
@ -1281,6 +1281,7 @@ function db_definition($charset) {
|
|||
"uid" => array("type" => "int(11) unsigned", "not null" => "1", "default" => "0"),
|
||||
"password" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"language" => array("type" => "varchar(16)", "not null" => "1", "default" => ""),
|
||||
"note" => array("type" => "text"),
|
||||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue