Startup after upgrade fails (bad database?)

Perhaps unrelated but, I get the following error while attempting to start HA after upgrading.

17-03-22 03:21:26 INFO (MainThread) [homeassistant.setup] Setting up recorder
17-03-22 03:21:36 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
17-03-22 03:23:47 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.DatabaseError) database disk image is malformed [SQL: 'CREATE INDEX ix_events_time_fired ON events (time_fired)']
17-03-22 03:23:47 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (sqlite3.DatabaseError) database disk image is malformed [SQL: 'CREATE INDEX ix_events_time_fired ON events (time_fired)'] (retrying in 3 seconds)

Is there a way that I can just purge this table and start over without losing the rest of my configuration?

Thanks,
Devan