94a386ea2c
Fix #152
3 lines
86 B
SQL
3 lines
86 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE posts ADD COLUMN subtitle TEXT NOT NULL DEFAULT '';
|