mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-29 15:28:40 +00:00
Fix task title length
This commit is contained in:
parent
9fb9d88a37
commit
92428821fc
|
|
@ -45,7 +45,7 @@ class Installer extends InstallerAbstract
|
|||
$dbPool->get()->con->prepare(
|
||||
'CREATE TABLE if NOT EXISTS `' . $dbPool->get()->prefix . 'task` (
|
||||
`task_id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`task_title` varchar(60) DEFAULT NULL,
|
||||
`task_title` varchar(255) DEFAULT NULL,
|
||||
`task_desc` text NOT NULL,
|
||||
`task_type` tinyint(1) NOT NULL,
|
||||
`task_status` tinyint(1) NOT NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user