acoustic-carpenter-78188
08/07/2023, 9:23 PMexecution_admin_tags is a join table containing admin_tags's ID and execution's ID.
admin_tags save all the tag names.
To list executions that match specific tags, we will join the execution, execution_admin_tags, and admin_tags tables.
• execution_admin_tags
• admin_tags
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▾
acoustic-carpenter-78188
08/07/2023, 9:23 PM