]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
Removal of test code
[friendica.git] / include / dbstructure.php
index bd4a07eb56e73a9c63bb4cb468409da66d62ebfc..94e8da4a44fbda632652204ecc4afe53f1acf1bf 100644 (file)
@@ -1280,6 +1280,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"),