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

@@ -53,6 +53,10 @@ CREATE TABLE [APPLICATION]
CREATE INDEX [indexApp] ON [APPLICATION] ([PRO_UID],[APP_STATUS],[APP_UID]);
CREATE INDEX [indexAppNumber] ON [APPLICATION] ([APP_NUMBER]);
CREATE INDEX [indexAppStatus] ON [APPLICATION] ([APP_STATUS]);
/* ---------------------------------------------------------------------- */
/* APP_DELEGATION */
/* ---------------------------------------------------------------------- */