aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/PostgresInstaller.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/installer/PostgresInstaller.php')
-rw-r--r--includes/installer/PostgresInstaller.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php
index 9c9d8ec922bb..c5d90254497e 100644
--- a/includes/installer/PostgresInstaller.php
+++ b/includes/installer/PostgresInstaller.php
@@ -645,6 +645,11 @@ class PostgresInstaller extends DatabaseInstaller {
return $status;
}
+ public function createManualTables() {
+ // Already handled above. Do nothing.
+ return Status::newGood();
+ }
+
public function getGlobalDefaults() {
// The default $wgDBmwschema is null, which breaks Postgres and other DBMSes that require
// the use of a schema, so we need to set it here