nextcloud-server/core/Command/Db
Robin Appelman 695326534c
disable path prefix index on postgresql for now
having the index work properly for the queries we need it for requires some additional options which dbal does not support at the momement.
to prevent making it harder to add the correct index later on we don't create the index for now on postgresql

Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-08 18:39:22 +07:00
..
Migrations Update php licenses 2021-06-04 22:02:41 +07:00
AddMissingColumns.php Update php licenses 2021-06-04 22:02:41 +07:00
AddMissingIndices.php disable path prefix index on postgresql for now 2021-10-08 18:39:22 +07:00
AddMissingPrimaryKeys.php Update php licenses 2021-06-04 22:02:41 +07:00
ConvertFilecacheBigInt.php Update php licenses 2021-06-04 22:02:41 +07:00
ConvertMysqlToMB4.php Update php licenses 2021-06-04 22:02:41 +07:00
ConvertType.php Convert command option defaults to strings 2021-06-09 13:25:31 +07:00