Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created April 12, 2013 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hub-cap/5374963 to your computer and use it in GitHub Desktop.
Save hub-cap/5374963 to your computer and use it in GitHub Desktop.
mysql> select * from actions; select * from action_events;
+---------------------+---------------------+----+-----------------+--------------------------------------+------------------------------------------+---------+---------+
| created | updated | id | action | action_uuid | request_id | user_id | message |
+---------------------+---------------------+----+-----------------+--------------------------------------+------------------------------------------+---------+---------+
| 2013-04-12 20:38:01 | 2013-04-12 20:38:01 | 2 | create_instance | 234a913f-9a88-4bd2-ac3e-f4eadf614f7a | req-ca2226f2-b356-408d-91b2-077004f40bfa | radmin | NULL |
+---------------------+---------------------+----+-----------------+--------------------------------------+------------------------------------------+---------+---------+
1 row in set (0.00 sec)
+---------------------+---------------------+----+-----------------------+-----------+---------------------+--------+-----------+
| created | updated | id | event | action_id | finish_time | result | traceback |
+---------------------+---------------------+----+-----------------------+-----------+---------------------+--------+-----------+
| 2013-04-12 20:38:01 | 2013-04-12 20:38:01 | 5 | create_instance_begin | 2 | 2013-04-12 20:38:01 | NULL | NULL |
| 2013-04-12 20:38:01 | 2013-04-12 20:38:03 | 6 | create_volume | 2 | 2013-04-12 20:38:03 | NULL | NULL |
| 2013-04-12 20:38:03 | 2013-04-12 20:38:03 | 7 | create_server | 2 | 2013-04-12 20:38:03 | NULL | NULL |
| 2013-04-12 20:38:04 | 2013-04-12 20:38:04 | 8 | guest_prepare | 2 | 2013-04-12 20:38:04 | NULL | NULL |
+---------------------+---------------------+----+-----------------------+-----------+---------------------+--------+-----------+
4 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment