]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
Merge pull request #2110 from annando/1511-subscribe-feed
[friendica.git] / include / dbstructure.php
index deb6ddf5330639acab34f8fe11f1eb6ebb0a4d4c..0dd74ab15f4cfb9eb0b33355ad87773a6f7862d2 100644 (file)
@@ -642,6 +642,7 @@ function db_definition() {
                                        "gender" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
                                        "community" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
                                        "network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
+                                       "addr" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "generation" => array("type" => "tinyint(3)", "not null" => "1", "default" => "0"),
                                        "server_url" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        ),