diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-28 13:14:47 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-28 13:14:47 -0700 |
| commit | 7a3310e91b50f37b09a1c9d10173409244015653 (patch) | |
| tree | f0076aae84ecb0a7e72eb12cbcb5508152209f3f /modules/gallery/module.info | |
| parent | a0c07d4b549f10dcd954777ae7d846a9b81246d8 (diff) | |
Change the cache column of the caches table to a large blob. This fixes ticket #485 and gives us the extra adavantage of not having to serialize the data (as the database driver handles that for us)
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 1a44ce51..817fdddd 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,3 @@ name = Gallery 3 description = Gallery core application -version = 4 +version = 5 |
