mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
small fix in sqlite3 driver
This commit is contained in:
parent
486a31bfa3
commit
aa7c5a971c
1 changed files with 0 additions and 3 deletions
|
|
@ -168,9 +168,6 @@ class MDB2_Driver_Manager_sqlite3 extends MDB2_Driver_Manager_Common
|
|||
if (PEAR::isError($query_fields)) {
|
||||
return $query_fields;
|
||||
}
|
||||
if (!empty($options['primary'])) {
|
||||
$query_fields.= ', PRIMARY KEY ('.implode(', ', array_keys($options['primary'])).')';
|
||||
}
|
||||
if (!empty($options['foreign_keys'])) {
|
||||
foreach ($options['foreign_keys'] as $fkname => $fkdef) {
|
||||
if (empty($fkdef)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue