tetsuo13 / MediaWiki-to-DokuWiki-Importer

Convert MediaWiki to DokuWiki
31 stars 10 forks source link

$wgDBmwschema used in place of $wgDBprefix when PostgreSQL is used #35

Open tetsuo13 opened 8 years ago

tetsuo13 commented 8 years ago

The $wgDBprefix key in MediaWiki's settings is used to denote the table prefix otherwise $wgDBmwschema is used in its place when PostgreSQL is used. The application should be aware of this.

tetsuo13 commented 8 years ago

Sort of discovered in #25 when reviewing the documentation on $wgDBprefix.