HOR-1787
Slow query for login HOR-1787 Slow query for login HOR-1787 Slow query for login HOR-1787 Slow query for login HOR-1787 Slow query for login HOR-1787 Slow query for login HOR-1787 Slow query for login
This commit is contained in:
@@ -129,6 +129,8 @@ class UsersMapBuilder
|
||||
|
||||
$tMap->addColumn('USR_DEFAULT_LANG', 'UsrDefaultLang', 'string', CreoleTypes::VARCHAR, false, 10);
|
||||
|
||||
$tMap->addColumn('USR_LAST_LOGIN', 'UsrLastLogin', 'int', CreoleTypes::TIMESTAMP, false, null);
|
||||
|
||||
$tMap->addValidator('USR_STATUS', 'validValues', 'propel.validator.ValidValuesValidator', 'ACTIVE|INACTIVE|VACATION|CLOSED', 'Please select a valid type.');
|
||||
|
||||
$tMap->addValidator('USR_STATUS', 'required', 'propel.validator.RequiredValidator', '', 'Type is required.');
|
||||
|
||||
Reference in New Issue
Block a user