mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-24 11:18:41 +00:00
Unit test fixes
This commit is contained in:
parent
e05923d8b2
commit
3741fa54fe
|
|
@ -131,7 +131,7 @@ class Installer extends InstallerAbstract
|
|||
`account_name1` varchar(50) NOT NULL,
|
||||
`account_name2` varchar(50) NOT NULL,
|
||||
`account_name3` varchar(50) NOT NULL,
|
||||
`account_password` varchar(64) NOT NULL,
|
||||
`account_password` varchar(64) DEFAULT NULL,
|
||||
`account_email` varchar(70) NOT NULL,
|
||||
`account_tries` tinyint(2) NOT NULL DEFAULT 0,
|
||||
`account_lactive` datetime DEFAULT NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user