]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Preparations to not store the tags in the item table anymore
[friendica.git] / src / Database / DBStructure.php
index fa49c29032f3e68ff2287cb94c87750c622c853d..8970241b232e26ca2cd5a60a568a893c248a109f 100644 (file)
@@ -1716,7 +1716,6 @@ class DBStructure
                                                "created" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => ""],
                                                "received" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => ""],
                                                "global" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
-                                               "aid" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "comment" => ""],
                                                "uid" => ["type" => "mediumint unsigned", "not null" => "1", "default" => "0", "relation" => ["user" => "uid"], "comment" => "User id"],
                                                ],
                                "indexes" => [