omnivore/packages/db/migrations/0184.undo.post.sql

10 lines
108 B
MySQL
Raw Permalink Normal View History

2024-06-15 12:17:45 +00:00
-- Type: UNDO
-- Name: post
-- Description: Create a post table
BEGIN;
DROP TABLE omnivore.post;
COMMIT;