]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/update_postgresql_tables.in
Tweak mutex order for SD
[bacula/bacula] / bacula / src / cats / update_postgresql_tables.in
index 756c4412d6f4dfa721effe27c0e02ba2db559b10..87381c29f26cc4cd42466460b1c7f05c5b61134c 100644 (file)
@@ -29,13 +29,6 @@ CREATE INDEX jobhisto_idx ON JobHisto ( starttime );
 UPDATE Version SET VersionId=11;
 COMMIT;
 
-BEGIN;
--- Replace the broken file_fp_idx by a better one
-DROP INDEX file_fp_idx;
-CREATE INDEX file_jpfid_idx on file (jobid, pathid, filenameid);
-ANALYSE;
-COMMIT;
-
 -- If you have already this table, you can remove it with:
 -- DROP TABLE JobHistory;