Remove an object from a JSON array – Postgresql
From table rows in my PostgreSQL 12.8 database, I am trying to remove an object from an array, but instead it is deleting whole array of objects from the table. settings column holds below array of objects: [ { "id":…