]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix comma in db script
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 15:57:54 +0000 (11:57 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 15:57:54 +0000 (11:57 -0400)
darcs-hash:20080517155754-84dde-388126a2941bedd3b578e347e72b942404f6b6c0.gz

db/stoica.sql

index 1f2b28d95bbbb81f2412c190151df19609c81ff2..080b74758562efff13d1b39cb0c6ff8cbe6e4b9f 100644 (file)
@@ -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 */