Herzum Moderator Approval Database

Herzum Moderator Approval Database

 

The following is a description of the database tables created during the installation of Herzum Approval Moderator into your Bitbucket instance.

 

Database Diagram

Tables Details

TABLE AO_68CA91_MODERATOR_MAPPING

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 the usernames 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

TABLE AO_68CA91_UTILITY_CONFIG

 

Column

Type

Description 

[ID]

[int] NOT NULL

The Utility Config Identifier (Primary Key)