6 |
if( !column_exists( 'message_queue', 'updated_on' ) ) { |
6 |
if( !column_exists( 'message_queue', 'updated_on' ) ) { |
7 |
$dbh->do("ALTER TABLE message_queue ADD COLUMN updated_on timestamp NOT NULL default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP AFTER time_queued"); |
7 |
$dbh->do("ALTER TABLE message_queue ADD COLUMN updated_on timestamp NOT NULL default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP AFTER time_queued"); |