summaryrefslogtreecommitdiffstats
path: root/db/folder.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/folder.php')
-rw-r--r--db/folder.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/folder.php b/db/folder.php
index 24fa80000..7d1403c02 100644
--- a/db/folder.php
+++ b/db/folder.php
@@ -34,10 +34,12 @@ class Folder extends Entity implements IAPI {
public $name;
public $userId;
public $opened;
+ public $deletedAt;
public function __construct(){
$this->addType('parentId', 'int');
$this->addType('opened', 'bool');
+ $this->addType('deletedAt', 'int');
}