Hi,
We were doing a test upgrade from version 3.26.6 to 3.26.7;
In the upgrade guide:
http://matrix.squiz.net/resources/upgrading/upgrade-3.28.6-to-3.28.7
It is menioned that database changes are required.
ALTER TABLE sq_suite_product ADD COLUMN knows_me_as VARCHAR(150);
ALTER TABLE sq_suite_product ADD COLUMN sync_status VARCHAR(5);
ALTER TABLE sq_suite_product ADD COLUMN last_contacted TIMESTAMP WITH TIME ZONE DEFAULT NULL;
When running the sql command, the following error was returned:
ERROR: relation "sq_suite_product" does not exist
Does anyone know what might be wrong?
We have continued with the installation process until 3.28.9 and no error have been encounter during installation or when using the backend or novigating the website..
We are using postgres.
thank you
Dorian