Re: [Dspam-user] Upgrading SQL

2010-04-11 Thread Stevan Bajić
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

[Dspam-user] Upgrading SQL

2010-04-11 Thread john espiro
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