fixed foreign keys problem;
fixed bug for new projects; changes to sql generator;
Esse commit está contido em:
@@ -32,15 +32,8 @@
|
||||
EOT
|
||||
);
|
||||
|
||||
$projectsList= \API\Project::projectList();
|
||||
foreach($projectsList as $k=>$p)
|
||||
{
|
||||
$projectsList[$k]= $p['name'];
|
||||
}
|
||||
|
||||
$this->addRequiredArgument('projectName',
|
||||
'Specify the project name, you want to use/open',
|
||||
$projectsList);
|
||||
'Specify the project name, you want to use/open');
|
||||
$this->init();
|
||||
}
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário