Postgresql – How to protect a single database row / Model instance?
We have customers, and Customer objects. One of these, which I was creating with a migration, was Customer( account='INTERNAL' ...) as a placeholder for when we manufacture stuff for internal consumption. Customers come and go, so the objects need to…