mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-26 06:28:41 +00:00
Unit test fixes and invoice impl. started
This commit is contained in:
parent
8df3c25248
commit
44b8eb702d
|
|
@ -47,8 +47,8 @@ class Installer extends InstallerAbstract
|
|||
$dbPool->get('core')->con->prepare(
|
||||
'CREATE TABLE if NOT EXISTS `' . $dbPool->get('core')->prefix . 'calendar` (
|
||||
`calendar_id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`calendar_name` varchar(25) NOT NULL,
|
||||
`calendar_password` varchar(64) DEFAULT NULL,
|
||||
`calendar_name` varchar(255) NOT NULL,
|
||||
`calendar_password` varchar(255) DEFAULT NULL,
|
||||
`calendar_description` varchar(255) NOT NULL,
|
||||
`calendar_created_by` int(11) NOT NULL,
|
||||
`calendar_created_at` datetime NOT NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user