mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 19:50:36 -04:00
Update value size to 1536 chars because I had an image which went over 1024 chars
This commit is contained in:
@@ -30,7 +30,7 @@ class exif_installer {
|
||||
`id` int(9) NOT NULL auto_increment,
|
||||
`item_id` int(9) NOT NULL,
|
||||
`name` varchar(64) NOT NULL,
|
||||
`value` varbinary(1024) NOT NULL,
|
||||
`value` varbinary(1536) NOT NULL,
|
||||
PRIMARY KEY (`id`))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;");
|
||||
$db->query("CREATE TABLE IF NOT EXISTS {exif_records} (
|
||||
|
||||
Reference in New Issue
Block a user