We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04c1180 + 720550a commit 421decaCopy full SHA for 421deca
developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst
@@ -66,6 +66,8 @@ Removed APIs
66
^^^^^^^^^^^^
67
68
* ``OCP\Log\ILogFactory::getCustomLogger``: use ``\OCP\Log\ILogFactory::getCustomPsrLogger`` to get a customized :ref:`PSR3 <psr3>` logger
69
+* ``oc_share`` table: Due to massive performance impact on queries when selecting additionally for ``item_type``,
70
+ it is no longer allowed, to use the ``oc_share`` table for any other types than ``file`` and ``folder``.
71
72
Added events
73
0 commit comments