I'm upgrading from 1.9.17 to 1.9.18 using postgresql.
I'm hitting an issue in the database upgrade on this:
Code: Select all
ALTER TABLE req_coverage ADD COLUMN req_version_id INTEGER NOT NULL;
ALTER TABLE req_coverage ADD COLUMN tcversion_id INTEGER NOT NULL;
Is it safe to have a default set to '0' for the moment (I'm still doing proof of concept with TestLink so no production data on it yet)?
Or can it be deduced from another table (I guess so)...
Thanks for your help!