Skip to content

Instantly share code, notes, and snippets.

@amackera
Created September 24, 2012 18:39
Show Gist options
  • Save amackera/3777540 to your computer and use it in GitHub Desktop.
Save amackera/3777540 to your computer and use it in GitHub Desktop.
Breakage
SELECT `edumacation_thmlog`.`id`, `edumacation_thmlog`.`user_id`, `edumacation_thmlog`.`message`, `edumacation_thmlog`.`created_at`, `edumacation_thmlog`.`type`, `edumacation_thmlog`.`severity`,
`edumacation_thmlog`.`use_sentry`, `statsconsole_eventlog`.`thmlog_ptr_id`, `statsconsole_eventlog`.`action`, `statsconsole_eventlog`.`course_id`,
`statsconsole_eventlog`.`related_object` FROM `statsconsole_eventlog` INNER JOIN `edumacation_thmlog` ON (`statsconsole_eventlog`.`thmlog_ptr_id` = `edumacation_thmlog`.`id`) WHERE
(`statsconsole_eventlog`.`action` = 'exception' AND `edumacation_thmlog`.`created_at` >= '2009-12-30 18:27:21' ) ORDER BY `edumacation_thmlog`.`created_at` DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment