summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/stoica.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/stoica.sql b/db/stoica.sql
index 1f2b28d95..080b74758 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 */