Hide tasks within specific columns in dashboard (#2424)
This commit is contained in:
committed by
Frédéric Guillot
parent
b215296f97
commit
6ccd8c11fa
@@ -6,7 +6,12 @@ use Kanboard\Core\Security\Token;
|
||||
use Kanboard\Core\Security\Role;
|
||||
use PDO;
|
||||
|
||||
const VERSION = 102;
|
||||
const VERSION = 103;
|
||||
|
||||
function version_103(PDO $pdo)
|
||||
{
|
||||
$pdo->exec("ALTER TABLE columns ADD COLUMN hide_in_dashboard INTEGER DEFAULT 0 NOT NULL");
|
||||
}
|
||||
|
||||
function version_102(PDO $pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user