Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »


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

The Table holds the Moderators per Project/Repository
ColumnTypeDescription 
[ID][int] NOT NULLThe Unique Moderator Mapping Identifier (Primary Key)
[MODERATORS] [nvarchar](255) NULLIt maintains the usernames of the Moderators separated by comma.
[PROJECT_KEY] [nvarchar](255) NULLThe Project Key
[REPOSITORY_SLUG] [nvarchar](255) NULLThe Repository Slug



TABLE AO_68CA91_UTILITY_CONFIG


ColumnTypeDescription 
[ID][int] NOT NULLThe Utility Config Identifier (Primary Key)






  • No labels