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:
parent
666e291efe
commit
94461d87c5
|
@ -0,0 +1,2 @@
|
|||
-- FR 1782412 - Add Document Action Access Functionality - wrong column type
|
||||
-- Just for postgresql
|
|
@ -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)
|
||||
;
|
||||
|
Loading…
Reference in New Issue