Download the Devel module and install it. There's an option in there to "reinstall modules". Just select the module from that page and reinstall it. It will destroy all the tables that that module makes, so any data in them will be lost.
Jamie Holly
http://www.intoxination.net 
http://www.hollyit.net

On 7/8/2010 11:46 AM, Thijs Hakkenberg wrote:
I've tried just that, but the phpMyAdmin didn't like the query, so I added the trx_id column myself with the parameters specified.

However, now this error arises:
it looks like the field 'status' and 'received' should also be added..

But any idea why these fields weren't installed by the module? And why isn't it possible to do it via drupal again?

Thanks!


On 8-7-2010 2:08, Michel Morelli wrote:
Hi, via mysql cli o phpmyadmin or other administration gui try this:

ALTER TABLE 'uc_payment_ideal' ADD 'trx_id' VARCHAR( 16 ) NOT NULL 
DEFAULT '0' AFTER 'order_id';

M.