Wordpress/update-b2posts-for-excerpt.sql
Mike Little 8291c81051 Added in Excerpt functionality. Requires a database update see update-b2posts-for-excerpt.sql
Note: quicktags are BROKEN with this commit.


git-svn-id: https://develop.svn.wordpress.org/trunk@12 602fd350-edb4-49c9-b593-d223f7449a82
2003-04-24 01:04:42 +00:00

2 lines
59 B
SQL

alter table b2posts add column post_excerpt text NOT NULL;