From 2a5abfdbd4b55a628313e2a8b7c102bb34fcd0d3 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 27 Apr 2009 05:36:32 +0000 Subject: Update value size to 1536 chars because I had an image which went over 1024 chars --- modules/exif/helpers/exif_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/exif/helpers') diff --git a/modules/exif/helpers/exif_installer.php b/modules/exif/helpers/exif_installer.php index ae95ef3e..c5c0b027 100644 --- a/modules/exif/helpers/exif_installer.php +++ b/modules/exif/helpers/exif_installer.php @@ -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} ( -- cgit v1.2.3