omnivore/packages/db/migrations/0022.undo.highlights.sql

10 lines
131 B
MySQL
Raw Normal View History

2022-02-11 17:24:33 +00:00
-- Type: UNDO
-- Name: highlights
-- Description: Create omnivore.highlight table
BEGIN;
DROP TABLE omnivore.highlight;
COMMIT;