Changeset 1070:045c95f337bb for sql
- Timestamp:
- 06/01/09 14:13:11 (3 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sql/001-add-comment-count-column.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sql/001-add-comment-count-column.sql
r1063 r1070 2 2 3 3 alter 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.