omnivore/packages/db/migrations/0028.undo.reactions.sql

10 lines
128 B
MySQL
Raw Permalink Normal View History

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