Merge pull request #3690 from nextcloud/bugfix/optimise_notifier_queries

Optimise queries when preparing card related notifications
This commit is contained in:
Julius Härtl
2022-04-11 13:47:44 +02:00
committed by GitHub
4 changed files with 55 additions and 24 deletions

View File

@@ -25,6 +25,13 @@ namespace OCA\Deck\Db;
use Sabre\VObject\Component\VCalendar;
/**
* @method int getId()
* @method int getBoardId()
* @method int getDeletedAt()
* @method int getLastModified()
* @method int getOrder()
*/
class Stack extends RelationalEntity {
protected $title;
protected $boardId;