From efb349be4332ff4849f154f48edad1502960eeb5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 6 Apr 2010 14:55:17 +0000 Subject: - Patch #640880 by c960657: make {image_styles()}.name column unique. --- modules/image/image.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/image') 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'), ), ); -- cgit v1.2.3