What plugin or process creates the ao_632f8b_captured_event table in bamboo db?

Michael Chidzik February 20, 2017

I noticed the ao_632f8b_captured_event table in my bamboo database and wanted to know what plugin or process is responsible for creating/populating it?

 

describe ao_632f8b_captured_event;
+-------+--------------+------+-----+---------+----------------+
| Field | Type         | Null | Key | Default | Extra          |
+-------+--------------+------+-----+---------+----------------+
| ID    | int(11)      | NO   | PRI | NULL    | auto_increment |
| NAME  | varchar(255) | YES  |     | NULL    |                |
| TIME  | datetime     | YES  |     | NULL    |                |
+-------+--------------+------+-----+---------+----------------+

2 answers

2 votes
Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 20, 2017

That looks like a table from Web Fragment Finder (specifically the part that deals with internal events being triggered). (Or at least - the Captured_Event part is from an AO entity definition in it and the 632f8b matches the hash of the key). So 99.9% certain it's from that.

1 vote
Krystian Brazulewicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 20, 2017

You can get all the ao_ (Active Objects) mappings using the following query:

select serialized_data 
  from bandana 
 where bandana_key = 'com.atlassian.activeobjects.admin.ActiveObjectsPluginToTablesMapping'
Krystian Brazulewicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 24, 2017

Actually AO doesn't store this information in DB anymore: please check https://bitbucket.org/activeobjects/ao-plugin/commits/9b3662164611b1d5abdc147604ef6e6418b2a4be for more details.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events