diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-16 21:46:03 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-16 21:46:03 -0800 |
commit | 84d576606d709dcccef2549fdb926d47494a876c (patch) | |
tree | 04fb250eee2ab8d9fdf0faae097c4bc839487c27 /modules/gallery/module.info | |
parent | b78b1090184dd863c984e54652935963cc502eb8 (diff) |
Change the value column of the messages table from a varchar(255) to a
text. Fixes #1612.
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index 4c4e63a1..b79df7be 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,3 @@ name = "Gallery 3" description = "Gallery core application" -version = 44 +version = 45 |