Improvement to get the workspace info in the user authentication

- Now only once time per day get the workspace info
This commit is contained in:
Julio Cesar Laura
2012-09-24 14:44:08 -04:00
parent 648c7f095d
commit b9ed53ed87
5 changed files with 24 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ CREATE TABLE `APPLICATION`
`APP_PIN` VARCHAR(32) default '' NOT NULL,
PRIMARY KEY (`APP_UID`),
KEY `indexApp`(`PRO_UID`, `APP_STATUS`, `APP_UID`),
KEY `indexAppNumber`(`APP_NUMBER`)
KEY `indexAppNumber`(`APP_NUMBER`),
KEY `indexAppStatus`(`APP_STATUS`)
)ENGINE=MyISAM DEFAULT CHARSET='utf8' COMMENT='The application';
#-----------------------------------------------------------------------------
#-- APP_DELEGATION