Submission error after upgrade to 3.2.1-1

Hi @marcus1,

Ah, I see the problem – this is similar to the issue you encountered here, but this time with the NOT NULL constraint on the submission_id column in the authors table. You can remove the constraint using:

ALTER TABLE authors ALTER COLUMN submission_id DROP NOT NULL;

Regards,
Alec Smecher
Public Knowledge Project Team