Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin


 

Info
iconfalse

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
iconfalse

Table of Contents

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 theusernames 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)