mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
change photo.filename to type text (some platforms have very long filenames for their profile photos)
This commit is contained in:
@@ -876,7 +876,7 @@ CREATE TABLE IF NOT EXISTS `photo` (
|
||||
`title` char(191) NOT NULL DEFAULT '',
|
||||
`description` text NOT NULL,
|
||||
`album` char(191) NOT NULL DEFAULT '',
|
||||
`filename` char(191) NOT NULL DEFAULT '',
|
||||
`filename` text NOT NULL,
|
||||
`mimetype` char(128) NOT NULL DEFAULT 'image/jpeg',
|
||||
`height` smallint(6) NOT NULL DEFAULT 0 ,
|
||||
`width` smallint(6) NOT NULL DEFAULT 0 ,
|
||||
|
||||
Reference in New Issue
Block a user