<?php
/**************************************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@Authors: Ryan Thompson(hide@address.com)
***************************************************************************/
/*$Id: o_tasklist.php,v 1.4 2004/05/04 05:32:43 rthomp Exp $*/
$change['status'] = array('version'=>'0.2.4', 'alter'=>'change', 'defn'=>'VARCHAR(50)');
$change['status'] = array('version'=>'0.2.6', 'alter'=>'change', 'defn'=>'INT(1)');
$change['task_start'] = array('version'=>'0.2.6', 'alter'=>'drop');