mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-11 21:38:41 +00:00
Install fixes
This commit is contained in:
parent
70e342fa06
commit
10454d32f7
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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": "*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user