Page MenuHomePhabricator

patch.patch

Authored By
bzimport
Nov 21 2014, 11:51 PM
Size
844 B
Referenced Files
None
Subscribers
None

patch.patch

Index: maintenance/install.php
===================================================================
--- maintenance/install.php (revision 102381)
+++ maintenance/install.php (working copy)
@@ -51,6 +51,7 @@
$this->addOption( 'dbport', 'The database port; only for PostgreSQL (5432)', false, true );
$this->addOption( 'dbname', 'The database name (my_wiki)', false, true );
$this->addOption( 'dbpath', 'The path for the SQLite DB (/var/data)', false, true );
+ $this->addOption( 'dbprefix', 'Optional database table name prefix', false, true );
$this->addOption( 'installdbuser', 'The user to use for installing (root)', false, true );
$this->addOption( 'installdbpass', 'The pasword for the DB user to install as.', false, true );
$this->addOption( 'dbuser', 'The user to use for normal operations (wikiuser)', false, true );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7646
Default Alt Text
patch.patch (844 B)

Event Timeline