Zine

open source content publishing system


source: sql/001-add-comment-count-column.sql @ 1070:045c95f337bb

Revision 1070:045c95f337bb, 353 bytes checked in by mitsuhiko, 3 years ago (diff)

Switched to splitted tables for comments, posts and texts.

Line 
1-- Until we have migrations working you have to execute that yourself.
2
3alter table posts add column comment_count integer after comments_enabled not null;
4
5-- We're missing a migration that splits texts and posts into the old
6-- table contents and the new "texts" one.  Migrations should follow
7-- soon.  Last revision with old tables is 198cd0bdbc05.
Note: See TracBrowser for help on using the repository browser.