Added 'user_id' (created by) and 'create_date' columns to 'project_group' table.
This commit is contained in:
parent
4ec6d854c2
commit
7382df7f6d
5 changed files with 131 additions and 20 deletions
|
|
@ -526,6 +526,8 @@ class InstallCommand extends Command
|
|||
|
||||
$group = new ProjectGroup();
|
||||
$group->setTitle('Projects');
|
||||
$group->setCreateDate(new \DateTime());
|
||||
$group->setUserId(0);
|
||||
|
||||
Factory::getStore('ProjectGroup')->save($group);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue