Add project owner support (allow user management to a regular user), see #316
This commit is contained in:
@@ -5,7 +5,12 @@ namespace Schema;
|
||||
use PDO;
|
||||
use Core\Security;
|
||||
|
||||
const VERSION = 17;
|
||||
const VERSION = 18;
|
||||
|
||||
function version_18($pdo)
|
||||
{
|
||||
$pdo->exec("ALTER TABLE project_has_users ADD COLUMN is_owner BOOLEAN DEFAULT '0'");
|
||||
}
|
||||
|
||||
function version_17($pdo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user