Files
omnivore/packages/db/migrations/0184.undo.post.sql
2024-07-01 10:49:09 +08:00

10 lines
108 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: post
-- Description: Create a post table
BEGIN;
DROP TABLE omnivore.post;
COMMIT;