There is one table, the URM_RELEASE_TRAIN table, that stores the release train data.
Description
The URM_RELEASE_TRAIN table retrieves data from Serena Business Manager on release trains in the system. The data includes the primary ID, the Release Control project to which it is associated, the type of release, and the stage that the release train is currently in.
Source
SBM schema.
Fields
TS_ID
Primary key. Release train ID.
TS_PROJECTID
Project ID.
TS_RELEASE_TYPE
The type of release train. This may be major, minor, or emergency.
TS_STATE
The stage that the release train is currently in.
TS_APPLICATION_RELEASE
Associated application release.