Zine

open source content publishing system


Changeset 1070:045c95f337bb for sql


Ignore:
Timestamp:
06/01/09 14:13:11 (3 years ago)
Author:
mitsuhiko
Branch:
default
Message:

Switched to splitted tables for comments, posts and texts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sql/001-add-comment-count-column.sql

    r1063 r1070  
    22 
    33alter 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 TracChangeset for help on using the changeset viewer.