omnivore/packages/db/migrations/0065.undo.labels.sql

10 lines
112 B
MySQL
Raw Normal View History

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