]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
Merge pull request #1356 from silke/develop
[friendica.git] / include / dbstructure.php
index adb826c8b4cb38db469cfe37f00625dd032169c3..0ee28e0a675eeabafb28344413aa23688ab95337 100644 (file)
@@ -626,6 +626,7 @@ function db_definition() {
                                        "keywords" => array("type" => "text", "not null" => "1"),
                                        "gender" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
                                        "network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
+                                       "generation" => array("type" => "tinyint(3)", "not null" => "1", "default" => "0"),
                                        ),
                        "indexes" => array(
                                        "PRIMARY" => array("id"),