Apologies for resurrecting an old thread... but thought it might give some context.
Would love to integrate threaded comments into our Roller installation, just like the test entry here: http://www.bergenjerseyforeclosures.com/blog/info/entry/test_entry_for_threaded_comments Does anyone have a patch for this? Cheers, Richard 2008/6/16 Dave <[email protected]> > On Fri, Jun 13, 2008 at 5:10 PM, Java Web Development > <[email protected]> wrote: > > Also, I need to alter two tables with a new column. It looks like I have > to > > insert a velocimacro for each in 400-to-410-migration.vm I can't seem to > > find the velocimacro definitions so can you confirm the following. > > > > To add a varchar column to a table that can be null I need to use > > #addColumnNull("<tablename>" "<columnname>" "varchar(48)") > > > > To add a boolean column to a table with a default value of false > > #addColumnNotNull("<tablename>" "<columnname>" $db.BOOLEAN_SQL_TYPE > > $db.BOOLEAN_FALSE) > > Looks good to me. > > - Dave > >
