mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Suppress upgrade of certain strings
This commit is contained in:
parent
eadb7ac352
commit
e2096d690c
@ -31,6 +31,7 @@ class PostgreSQLDatabaseConfigurationHelper implements DatabaseConfigurationHelp
|
|||||||
$password = empty($databaseConfig['password']) ? '' : $databaseConfig['password'];
|
$password = empty($databaseConfig['password']) ? '' : $databaseConfig['password'];
|
||||||
$server = $databaseConfig['server'];
|
$server = $databaseConfig['server'];
|
||||||
|
|
||||||
|
/** @skipUpgrade */
|
||||||
try {
|
try {
|
||||||
switch ($databaseConfig['type']) {
|
switch ($databaseConfig['type']) {
|
||||||
case 'PostgreSQLDatabase':
|
case 'PostgreSQLDatabase':
|
||||||
|
Loading…
Reference in New Issue
Block a user