mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #11521 from nextcloud/bugfix/noid/share-item_type
fix(developer)!: oc_share table is now only for files and folders
This commit is contained in:
@@ -66,6 +66,8 @@ Removed APIs
|
||||
^^^^^^^^^^^^
|
||||
|
||||
* ``OCP\Log\ILogFactory::getCustomLogger``: use ``\OCP\Log\ILogFactory::getCustomPsrLogger`` to get a customized :ref:`PSR3 <psr3>` logger
|
||||
* ``oc_share`` table: Due to massive performance impact on queries when selecting additionally for ``item_type``,
|
||||
it is no longer allowed, to use the ``oc_share`` table for any other types than ``file`` and ``folder``.
|
||||
|
||||
Added events
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user