[Comoblog-commit] modules/mod_latest_comments/install mod_latest_comments.xml,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-20 20:48:43
|
Update of /cvsroot/comoblog/modules/mod_latest_comments/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28698/mod_latest_comments/install Modified Files: mod_latest_comments.xml Log Message: added a query to update the db if required - not sure if this is the right way - any thoughts ? it may need to silently fail Index: mod_latest_comments.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_latest_comments/install/mod_latest_comments.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_latest_comments.xml 16 Feb 2006 23:24:13 -0000 1.1 +++ mod_latest_comments.xml 20 Feb 2006 20:48:36 -0000 1.2 @@ -11,7 +11,8 @@ <author>iamdecal iam...@gm... http://www.iamdecal.co.uk</author> - + <dbquery> + ALTER TABLE `comoblog_comments` ADD `comment_author_url` VARCHAR( 128 ) NOT NULL AFTER `comment_author_email` ;</dbquery> |