acoustic-carpenter-78188
06/01/2023, 9:17 PMexecution_admin_tags
is a join table, and it contains admin_tags's ID and execution's ID.
admin_tags
saves all the tag names.
To list executions that match specific tags, we will join execution
, execution_admin_tags
, and admin_tags
table.
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☑︎ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
image▾