-- Type: UNDO -- Name: popular_read -- Description: Create omnivore.popular_read table BEGIN; DROP TABLE IF EXISTS omnivore.popular_read; COMMIT;