Plume/migrations/2018-09-06-182637_posts_add_source/up.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

-- Your SQL goes here
ALTER TABLE posts ADD COLUMN source TEXT NOT NULL DEFAULT '';