Werner Müller created RTGOV-658:
-----------------------------------
Summary: Columns too short in RTGov DB
Key: RTGOV-658
URL:
https://issues.jboss.org/browse/RTGOV-658
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Werner Müller
Assignee: Gary Brown
Last autumn, we reported two columns being too short in the RTGov DB:
- RTGOV_ACTIVITITY_PROPERTIES.VALUE, and
- RTGOV_SITUATION_PROPERTIES.VALUE.
Now I discovered two other columns that are too short in the DB2 variant only:
- RTGOV_ACTIVITIES.CONTENT, and
- RTGOV_SITUATIONS.DESCRIPTION.
For DB2, they are defined as CLOB(10240), which is far too short for some message's
content. In all other DB variants, they are defined with the maximum value for a CLOB.
Please change them accordingly in the DB2 variant.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)