sql/images.sql
[Pman.Core] / sql / images.sql
index c0c24de..7be4be5 100644 (file)
@@ -28,6 +28,6 @@ ALTER TABLE Images    CHANGE COLUMN   mimetype mimetype  varchar(128) NOT NULL d
 
 ALTER TABLE Images ADD INDEX lookup(ontable, onid);
 
-ALTER TABLE Images ADD INDEX lookupc(created, ontable, onid
+ALTER TABLE Images ADD INDEX lookupc(created, ontable, onid);
 
  
\ No newline at end of file