* Add comment.

This commit is contained in:
孙广明
2022-06-23 14:19:05 +08:00
parent a2b913d05f
commit 9bedfb86e4
+6
View File
@@ -6441,6 +6441,12 @@ class upgradeModel extends model
return true;
}
/**
* Move project admins to new table.
*
* @access public
* @return void
*/
public function moveProjectAdmins()
{
$adminGroupID = $this->dao->select('id')->from(TABLE_GROUP)->where('role')->eq('projectAdmin')->fetch('id');