omnivore/packages/db/migrations/0002.undo.articles.sql

10 lines
110 B
MySQL
Raw Normal View History

2022-02-11 17:24:33 +00:00
-- Type: UNDO
-- Name: articles
-- Description: articles model
BEGIN;
DROP TABLE omnivore.article;
COMMIT;