Plume/migrations/2018-09-06-182637_posts_add_source/down.sql
Bat 7152d714ae Add a source property to posts
To store the Markdown
2018-09-06 20:00:55 +01:00

3 lines
84 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE posts DROP COLUMN source;