X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FPostgresUpdater.php;h=9aa1a13c4cb294fc9c29d29d8ab0a3d6f8e182a7;hb=f1926396cf2e28c10d82a5836d19ab4e59c29d2e;hp=43005a89185327f3cff53be22d081d34a94076cd;hpb=5e18423043c4e1646e1e500ce8852f6c99d06317;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index 43005a8918..9aa1a13c4c 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -698,7 +698,7 @@ END; } } - protected function dropIndex( $table, $index ) { + protected function dropIndex( $table, $index, $patch = '', $fullpath = false ) { if ( $this->db->indexExists( $table, $index ) ) { $this->output( "Dropping obsolete index '$index'\n" ); $this->db->query( "DROP INDEX \"". $index ."\"" );