mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48: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_end` datetime NOT NULL,
|
||||
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;'
|
||||
)->execute();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user