Skip to content

Commit 421deca

Browse files
Merge pull request #11521 from nextcloud/bugfix/noid/share-item_type
fix(developer)!: oc_share table is now only for files and folders
2 parents 04c1180 + 720550a commit 421deca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Removed APIs
6666
^^^^^^^^^^^^
6767

6868
* ``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``.
6971

7072
Added events
7173
^^^^^^^^^^^^

0 commit comments

Comments
 (0)