[UPDATE] Added failed_pins to base structure
This commit is contained in:
parent
d46ac75f43
commit
2595a2a20d
@ -18,6 +18,7 @@ CREATE TABLE IF NOT EXISTS `accounts` (
|
||||
`loggedIp` varchar(255) DEFAULT NULL,
|
||||
`is_locked` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`failed_logins` int(5) unsigned DEFAULT '0',
|
||||
`failed_pins` int(5) unsigned DEFAULT '0',
|
||||
`sessionTimeoutStamp` int(255) DEFAULT NULL,
|
||||
`pin` varchar(255) NOT NULL COMMENT 'four digit pin to allow account changes',
|
||||
`api_key` varchar(255) DEFAULT NULL,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user