diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-27 05:36:32 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-27 05:36:32 +0000 |
commit | 2a5abfdbd4b55a628313e2a8b7c102bb34fcd0d3 (patch) | |
tree | ad3efa1554e7ab8bb86b1dcb64ffc5b18e668f8e /modules/exif/helpers | |
parent | f118fc0c14d8422362819da5d36366af8deaa047 (diff) |
Update value size to 1536 chars because I had an image which went over 1024 chars
Diffstat (limited to 'modules/exif/helpers')
-rw-r--r-- | modules/exif/helpers/exif_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
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} ( |