add: post titles
This commit is contained in:
parent
1279536609
commit
5b1db42c51
14 changed files with 230 additions and 13 deletions
2
sql_changes/posts_title.sql
Normal file
2
sql_changes/posts_title.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE posts
|
||||
ADD COLUMN title TEXT NOT NULL DEFAULT '';
|
Loading…
Add table
Add a link
Reference in a new issue