fix comma in db script
darcs-hash:20080517155754-84dde-388126a2941bedd3b578e347e72b942404f6b6c0.gz
This commit is contained in:
parent
32798e1063
commit
e9bb1ad3b0
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user