mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
The Matrix and XMPP address is now transported via AP as well
This commit is contained in:
parent
56ee1a211f
commit
ce46ab2573
6 changed files with 33 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1432);
|
||||
define('DB_UPDATE_VERSION', 1433);
|
||||
}
|
||||
|
||||
return [
|
||||
|
@ -392,6 +392,8 @@ return [
|
|||
"nick" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
|
||||
"name" => ["type" => "varchar(255)", "comment" => ""],
|
||||
"about" => ["type" => "text", "comment" => ""],
|
||||
"xmpp" => ["type" => "varchar(255)", "comment" => "XMPP address"],
|
||||
"matrix" => ["type" => "varchar(255)", "comment" => "Matrix address"],
|
||||
"photo" => ["type" => "varchar(255)", "comment" => ""],
|
||||
"header" => ["type" => "varchar(255)", "comment" => "Header picture"],
|
||||
"addr" => ["type" => "varchar(255)", "comment" => ""],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue