Info | ||
---|---|---|
| ||
The following is a description of the database tables created during the installation of Herzum Approval add-on Approval Moderator into your JIRA Bitbucket instance. |
Info | ||
---|---|---|
| ||
|
Database Diagram
Tables Details
TABLE AO_68CA91_MODERATOR_MAPPING | ||
---|---|---|
The Table holds the Moderators per Project/Repository | ||
Column | Type | Description |
[ID] | [int] NOT NULL | The Unique Moderator Mapping Identifier (Primary Key) |
[MODERATORS] | [nvarchar](255) NULL | It maintains theusernames of the Moderators separated by comma. |
[PROJECT_KEY] | [nvarchar](255) NULL | The Project Key |
[REPOSITORY_SLUG] | [nvarchar](255) NULL | The Repository Slug |
TABLE AO_68CA91_UTILITY_CONFIG | |||||
---|---|---|---|---|---|
Column | Type | Description | |||
[ID] | [int] NOT NULL | The Utility Config Identifier (Primary Key) |