]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
replace "p" with higher level database functions
[friendica.git] / database.sql
index d30ad46d7e719b5b5806078dcba959292b9f075f..b26a9d57ccdb5618bb678e90310f8cfa4d1fd535 100644 (file)
@@ -970,7 +970,7 @@ CREATE TABLE IF NOT EXISTS `photo` (
        `title` varchar(255) NOT NULL DEFAULT '' COMMENT '',
        `desc` text COMMENT '',
        `album` varchar(255) NOT NULL DEFAULT '' COMMENT 'The name of the album to which the photo belongs',
-       `photo-type` tinyint unsigned COMMENT 'User avatar, contact avatar or default',
+       `photo-type` tinyint unsigned COMMENT 'User avatar, user banner, contact avatar, contact banner or default',
        `filename` varchar(255) NOT NULL DEFAULT '' COMMENT '',
        `type` varchar(30) NOT NULL DEFAULT 'image/jpeg',
        `height` smallint unsigned NOT NULL DEFAULT 0 COMMENT '',