diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-09 12:07:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-09 12:07:12 +0000 |
commit | 4eefb5172b7ac95d0ac2eb362537748e8a0c6f92 (patch) | |
tree | e8b4d7bf8f3e02c586df89ceec900418507a1876 | |
parent | d8fa5716ea0c03f43d59c521a70dba0c8a24ab5c (diff) | |
download | brdo-4eefb5172b7ac95d0ac2eb362537748e8a0c6f92.tar.gz brdo-4eefb5172b7ac95d0ac2eb362537748e8a0c6f92.tar.bz2 |
- Patch #640880 by mr.baileys: upgrade path for making {image_styles()}.name column unique.
-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 42d2a97f6..905afcba4 100644 --- a/modules/image/image.install +++ b/modules/image/image.install @@ -132,7 +132,7 @@ function image_update_7000() { ), ), 'primary key' => array('isid'), - 'indexes' => array( + 'unique keys' => array( 'name' => array('name'), ), ); |