diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-06 14:55:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-06 14:55:17 +0000 |
commit | efb349be4332ff4849f154f48edad1502960eeb5 (patch) | |
tree | 1960e0ef27cce897658f6567f02832896c5b9909 /modules/image | |
parent | fbc26a6bf0095c89b692aa5f18c76266b719f9e4 (diff) | |
download | brdo-efb349be4332ff4849f154f48edad1502960eeb5.tar.gz brdo-efb349be4332ff4849f154f48edad1502960eeb5.tar.bz2 |
- Patch #640880 by c960657: make {image_styles()}.name column unique.
Diffstat (limited to 'modules/image')
-rw-r--r-- | modules/image/image.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image/image.install b/modules/image/image.install index 39f2f88b8..42d2a97f6 100644 --- a/modules/image/image.install +++ b/modules/image/image.install @@ -50,7 +50,7 @@ function image_schema() { ), ), 'primary key' => array('isid'), - 'indexes' => array( + 'unique keys' => array( 'name' => array('name'), ), ); |