On Sun, 11 Apr 2010 09:13:45 -0700 (PDT)
john espiro wrote:
> Hi folks -
>
Hello John,
> While upgrading my database to the 3.9 version, I was running:
>
> ALTER TABLE `dspam_token_data`
>CHANGE `uid` `uid` INT UNSIGNED NOT NULL,
>CHANGE `spam_hits` `spam_hits` BIGINT UNSIGNED
Hi folks -
While upgrading my database to the 3.9 version, I was running:
ALTER TABLE `dspam_token_data`
CHANGE `uid` `uid` INT UNSIGNED NOT NULL,
CHANGE `spam_hits` `spam_hits` BIGINT UNSIGNED NOT NULL,
CHANGE `innocent_hits` `innocent_hits` BIGINT UNSIGNED NOT NULL;
After