Skip to content

Fix Submission uploads from causing database error by setting default value of false for active column of books table

endangered requested to merge endangered/trantor:master into master

Submission uploads (lib.uploadRequest.processFile) generate an error: null value in column active violates not-null constraint. This sets a default value on this column of false and columns in the visits table to zero which also have not-null constraints, ensuring errors like these are prevented

Merge request reports