Hi,
I was upgrading to the nightly build 25607 and applied the latest incremental database patches and had a problem with the patches in 25453.dbpatch.sql
ALTER TABLE proxy_history
ADD ns integer DEFAULT '0' NOT NULL,
ADD status integer DEFAULT '0' NOT NULL;
But my database already had the field 'ns' in the proxy_history table.
I was upgrading to the nightly build 25607 and applied the latest incremental database patches and had a problem with the patches in 25453.dbpatch.sql
ALTER TABLE proxy_history
ADD ns integer DEFAULT '0' NOT NULL,
ADD status integer DEFAULT '0' NOT NULL;
But my database already had the field 'ns' in the proxy_history table.

Comment