Created
September 10, 2008 23:44
-
-
Save loe/10106 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Event Create (0.000279) INSERT INTO `events` (`event_category_id`, `verb`, `target_id`, `info`, `obfuscated_id`, `actor_id`, `notifications_made`, `send_to_salesforce`, `system_only`, `deleted`, `actor_type`, `target_type`, `created_at`, `detail`) VALUES(6, 'create', 164, '', 'e80adad2fd472530ab7d7c22aef24e012ef71d83', 2, 0, 1, 0, 0, 'User', 'Hub', '2008-09-10 23:44:17', '$0 poked the Hub $1') | |
WARN: publish_to_queue on line 192 of /Users/Andrew/Projects/macchiato/app/models/event.rb: | |
Wed Sep 10 16:44:17 -0700 2008: HEY THIS SHOULD HAPPEN AFTER EVENT PARTS! | |
SQL (0.000605) COMMIT | |
EventPart Columns (0.001536) SHOW FIELDS FROM `event_parts` | |
SQL (0.000083) BEGIN | |
EventPart Create (0.000185) INSERT INTO `event_parts` (`event_id`, `obj_type`, `obj_id`, `order`, `obfuscated_id`, `deleted`) VALUES(2393, 'User', 2, 0, 'f4df422e662da8e9829d93137a164b15879d4db6', 0) | |
SQL (0.000637) COMMIT | |
SQL (0.000511) BEGIN | |
EventPart Create (0.000282) INSERT INTO `event_parts` (`event_id`, `obj_type`, `obj_id`, `order`, `obfuscated_id`, `deleted`) VALUES(2393, 'Hub', 164, 1, '90a3bf5b058129083da333380290b5c79ddf68f5', 0) | |
SQL (0.000690) COMMIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment