Install fixes

This commit is contained in:
Dennis Eichhorn 2016-03-13 11:49:34 +01:00
parent 70e342fa06
commit 10454d32f7
2 changed files with 4 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class Installer extends InstallerAbstract
`projectmanagement_project_start` datetime NOT NULL, `projectmanagement_project_start` datetime NOT NULL,
`projectmanagement_project_end` datetime NOT NULL, `projectmanagement_project_end` datetime NOT NULL,
PRIMARY KEY (`projectmanagement_project_id`), PRIMARY KEY (`projectmanagement_project_id`),
KEY `projectmanagement_project_project` (`projectmanagement_project_project`) KEY `projectmanagement_project_calendar` (`projectmanagement_project_calendar`)
)ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;' )ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;'
)->execute(); )->execute();

View File

@ -16,7 +16,9 @@
"description": "Project Management module.", "description": "Project Management module.",
"directory": "ProjectManagement", "directory": "ProjectManagement",
"dependencies": { "dependencies": {
"Admin" : "1.0.0" "Admin" : "1.0.0",
"Calendar" : "1.0.0",
"Tasks" : "1.0.0"
}, },
"providing": { "providing": {
"Navigation": "*" "Navigation": "*"