24 if ( !$status->isOK() ) {
27 $conn = $status->getDB();
29 $conn->query(
'CREATE EXTENSION IF NOT EXISTS plpgsql', __METHOD__ );
33 return Status::newGood();
Enable PL/pgSQL in the wiki's database if necessary.
execute()
Execute the task.
getName()
Get the symbolic name of the task.string
A class containing constants representing the names of configuration variables.
const DBname
Name constant for the DBname setting, for use with Config::get()
Dependency bundle and execution context for installer tasks.