]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
support feed attachments/enclosures, and fix for bug #30
[friendica.git] / database.sql
index 5e5d3eefaccbcd6ae40503422b596368b2e973e2..eb6eebc4a77f9c5aee316155a8a6846961775506 100644 (file)
@@ -184,6 +184,7 @@ CREATE TABLE IF NOT EXISTS `item` (
   `plink` char(255) NOT NULL, 
   `resource-id` char(255) NOT NULL,
   `tag` mediumtext NOT NULL,
+  `attach` mediumtext NOT NULL,
   `inform` mediumtext NOT NULL,
   `location` char(255) NOT NULL,
   `coord` char(255) NOT NULL,