diff options
author | Joe7 <jozsef.rnagy@site.hu> | 2011-01-03 19:49:13 +0100 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-03 11:08:28 -0800 |
commit | 70ac063c5590572d1a074632e9e06558951eaf52 (patch) | |
tree | 75a172d54e31067b925d4148ce716bf07d788d56 | |
parent | b26eff7f23b970a7983baf5e211ba88968effb9d (diff) |
case fix
-rw-r--r-- | installer/install.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.sql b/installer/install.sql index 7a0f99c4..c398d130 100644 --- a/installer/install.sql +++ b/installer/install.sql @@ -152,7 +152,7 @@ CREATE TABLE {items} ( `album_cover_item_id` int(9) DEFAULT NULL, `captured` int(9) DEFAULT NULL, `created` int(9) DEFAULT NULL, - `description` TEXT DEFAULT NULL, + `description` text DEFAULT NULL, `height` int(9) DEFAULT NULL, `left_ptr` int(9) NOT NULL, `level` int(9) NOT NULL, |