[UPDATE] Added failed_pins to base structure

This commit is contained in:
Sebastian Grewe 2013-12-09 15:47:28 +01:00
parent d46ac75f43
commit 2595a2a20d

View File

@ -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,