Merge branch 'Wikidata' into master.
[lhc/web/wiklou.git] / maintenance / archives / patch-profiling.sql
index 2966334..0a0e4e1 100644 (file)
@@ -9,4 +9,4 @@ CREATE TABLE /*_*/profiling (
   pf_server varchar(30) NOT NULL default ''
 ) ENGINE=HEAP;
 
-CREATE UNIQUE INDEX /*i*/pf_name_server ON /*_*/profiling (pf_name, pf_server)
\ No newline at end of file
+CREATE UNIQUE INDEX /*i*/pf_name_server ON /*_*/profiling (pf_name, pf_server);
\ No newline at end of file