Update value size to 1536 chars because I had an image which went over 1024 chars

This commit is contained in:
Bharat Mediratta
2009-04-27 05:36:32 +00:00
parent f118fc0c14
commit 2a5abfdbd4
+1 -1
View File
@@ -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} (