Description
In the crc_create_query_postgres.sql the wrong datatype is defined for several columns and as a result some date related queries are returning errors.
Currently the datatype for the following tables / columns are defined as "DATE" and they need to be "TIMESTAMP".
QUERY_GLOBAL_TEMP Table;
START_DATE
MASTER_QUERY_GLOBAL_TEMP Table;
START_DATE
TEMPORAL_START_DATE
TEMPORAL_END_DATE
Currently the datatype for the following tables / columns are defined as "DATE" and they need to be "TIMESTAMP".
QUERY_GLOBAL_TEMP Table;
START_DATE
MASTER_QUERY_GLOBAL_TEMP Table;
START_DATE
TEMPORAL_START_DATE
TEMPORAL_END_DATE