]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Preparations to not store the tags in the item table anymore
[friendica.git] / database.sql
index c452832acde34792a684fefd7a86be2b3fbe67f8..1ea6abfa0e013b2751a3c6a97993e6057fc9b780 100644 (file)
@@ -987,7 +987,6 @@ CREATE TABLE IF NOT EXISTS `term` (
        `created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',
        `received` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',
        `global` boolean NOT NULL DEFAULT '0' COMMENT '',
-       `aid` int unsigned NOT NULL DEFAULT 0 COMMENT '',
        `uid` mediumint unsigned NOT NULL DEFAULT 0 COMMENT 'User id',
         PRIMARY KEY(`tid`),
         INDEX `oid_otype_type_term` (`oid`,`otype`,`type`,`term`(32)),