qor/publish2

Uniqueness index of primary key + version name should include deleted_at.

raven-chen opened this issue · 0 comments

Assume a resource has two versions: 1.0 and 1.1.

delete 1.1 then create a new version will fail because the deleted 1.1 still exists in the database. It just marked as "deleted".