]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/catmaintenance.tex
Fix typo reported by James
[bacula/docs] / docs / manuals / en / main / catmaintenance.tex
index 3efa6d578bb19eee4151a1171304cdbfc8ba97a4..cf6acc53d4d9e8f2f1e6b4e6184252f3fe6dfa8b 100644 (file)
@@ -416,7 +416,7 @@ create them with the following commands:
 \begin{verbatim}
 mysql bacula
 CREATE INDEX file_jobid_idx on File (JobId);
-CREATE INDEX file_jpf_idx on File (JobId, FilenameId, PathId);
+CREATE INDEX file_jpf_idx on File (JobId, PathId, FilenameId);
 \end{verbatim}
 \normalsize