fix: makes Story entity primary key not modifiable (details)
Commit
97127dcf0be3cbe5016d4243a4c6354507d0fce5
by aggarcia3
fix: makes Story entity primary key not modifiable The autogenerated identifier we use as a surrogate key is not meant to be edited by end users, and cascading these modifications to tables with a FK to the Story entity table might get messy.