]
Gary Brown resolved RTGOV-658.
------------------------------
Resolution: Rejected
Hi Werner,
This will need to be reported as a support case on the product, as that is where the db
schemas are managed for the supported dbs.
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.