* Make the MySQL updater work in the new installer
[lhc/web/wiklou.git] / includes / installer / PostgresInstaller.php
index f2e5c76..c5af5bb 100644 (file)
@@ -149,4 +149,9 @@ class PostgresInstaller extends DatabaseInstaller {
 \$wgDBmwschema       = \"{$schema}\";
 \$wgDBts2schema      = \"{$ts2}\";";
        }
+
+       public function doUpgrade() {
+               // TODO
+               return false;
+       }
 }