From e9bb1ad3b04159fe4e60472a438d13dfafb98d51 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 11:57:54 -0400 Subject: [PATCH] fix comma in db script darcs-hash:20080517155754-84dde-388126a2941bedd3b578e347e72b942404f6b6c0.gz --- db/stoica.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/stoica.sql b/db/stoica.sql index 1f2b28d95b..080b747585 100644 --- a/db/stoica.sql +++ b/db/stoica.sql @@ -24,7 +24,7 @@ create table avatar ( url varchar(255) unique key comment 'avatar location', constraint primary key (profile_id, width, height), - index avatar_profile_id_idx (profile_id), + index avatar_profile_id_idx (profile_id) ); /* local users */