mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
Changed field description
This commit is contained in:
parent
13827edd2c
commit
948450c24b
3 changed files with 32 additions and 32 deletions
|
@ -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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue