From deb015be12dadf2b2f10df4cc97911dedf3a0405 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 27 May 2018 10:42:47 +0000 Subject: [PATCH] Changed documentation --- src/Database/DBStructure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/DBStructure.php b/src/Database/DBStructure.php index 41543d89cc..847449b754 100644 --- a/src/Database/DBStructure.php +++ b/src/Database/DBStructure.php @@ -1791,7 +1791,7 @@ class DBStructure "fields" => [ "iid" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "primary" => "1", "relation" => ["item" => "id"], "comment" => "Item id"], "uid" => ["type" => "mediumint unsigned", "not null" => "1", "default" => "0", "primary" => "1", "relation" => ["user" => "uid"], "comment" => "User id"], - "hidden" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Hidden marker"], + "hidden" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Marker to hide an item from the user"], ], "indexes" => [ "PRIMARY" => ["uid", "iid"],