diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-28 16:48:29 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-28 16:48:29 -0700 |
commit | fcc57a418245b6cac410f70506f6f4b687c8a98a (patch) | |
tree | 94ea320de4d5c040c302ec1ed162af6c6b6a9fd8 /modules/gallery/module.info | |
parent | aa31e1f0090522c3cfb3a44b947ad8c33a275979 (diff) |
Modify the cache table to make id the primary key for consistency with
other gallery 3 tables. Update the driver to match, add more upgrader
code, update the installer block and change the gallery module version
to 6.
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 817fdddd..c184aba7 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,3 @@ name = Gallery 3 description = Gallery core application -version = 5 +version = 6 |