Fixed configkey casing for PostgreSQL
This commit is contained in:
parent
79ae3c4527
commit
fd5dec0298
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class Helper {
|
|||
|
||||
$saveOtherConfigurations = '';
|
||||
if(empty($prefix)) {
|
||||
$saveOtherConfigurations = 'AND `Configkey` NOT LIKE \'s%\'';
|
||||
$saveOtherConfigurations = 'AND `configkey` NOT LIKE \'s%\'';
|
||||
}
|
||||
|
||||
$query = \OCP\DB::prepare('
|
||||
|
|
Loading…
Reference in a new issue