]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge pull request #9500 from MrPetovan/bug/9326-owner-view-blocked
[friendica.git] / database.sql
index 250615b4028408c4adbdc1f0d4523b38e89530cd..daf65d7c88251981b6d240ef6bece33e6223eced 100644 (file)
@@ -677,7 +677,7 @@ CREATE TABLE IF NOT EXISTS `item` (
        `psid` int unsigned COMMENT 'ID of the permission set of this post',
        `resource-id` varchar(32) NOT NULL DEFAULT '' COMMENT 'Used to link other tables to items, it identifies the linked resource (e.g. photo) and if set must also set resource_type',
        `event-id` int unsigned NOT NULL DEFAULT 0 COMMENT 'Used to link to the event.id',
-       `attach` mediumtext COMMENT 'JSON structure representing attachments to this item',
+       `attach` mediumtext COMMENT 'Deprecated',
        `allow_cid` mediumtext COMMENT 'Deprecated',
        `allow_gid` mediumtext COMMENT 'Deprecated',
        `deny_cid` mediumtext COMMENT 'Deprecated',