inveniosoftware / invenio-files-rest

REST API for uploading/downloading files for Invenio.
https://invenio-files-rest.readthedocs.io
MIT License
9 stars 67 forks source link

files_object: enforce unique is_head =True on postgresql #276

Closed carantunes closed 2 years ago

carantunes commented 2 years ago

Avoid inconsistent state on DB on race conditions. For postgresql only. Mysql does not support unique partial constraints.

Changes: