-- Type: UNDO -- Name: search_history -- Description: Create search_history table which contains searched keyword and timestamp BEGIN; DROP TABLE IF EXISTS omnivore.search_history; COMMIT;