FR [1782412] - Add Document Action Access Functionality - Fix wrong columntype on postgresql

http://sourceforge.net/support/tracker.php?aid=1782412
script 330-331b/postgresql/039_FR_1782412_PG.sql defined the columns created and updated with type DATE and it must be TIMESTAMP
This commit is contained in:
Carlos Ruiz 2011-03-26 00:42:47 -05:00
parent 666e291efe
commit 94461d87c5
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- FR 1782412 - Add Document Action Access Functionality - wrong column type
-- Just for postgresql

View File

@ -0,0 +1,9 @@
-- 15-ene-2011 11:04:15 COT
-- FR 1782412 - Add Document Action Access Functionality - wrong column type
INSERT INTO t_alter_column values('ad_document_action_access','Updated','TIMESTAMP',null,null)
;
-- 15-ene-2011 11:04:36 COT
INSERT INTO t_alter_column values('ad_document_action_access','Created','TIMESTAMP',null,null)
;