On Wed, Jul 18, 2001 at 11:37:12AM +0200, pp wrote:
> Hello!
> 
> I had to alter my article table for id field.
> "alter table article change id id INT(10) unsigned default '0' not null 
>auto_increment;"
> Does it influence for something else?
Nothing except that this should be already done by database-upgrade script
because since 1.4 (early betas actually) we are using bigints.

> Everything works fine till now.
> Of course I will have to consider it in repligard.xml.
It is already defaults to bigints (integer in repligard.xml means 32-bit
integer).

-- 
/ Alexander Bokovoy
Nobody can be as agreeable as an uninvited guest.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to