Lost all content - what happened?

Hi @Boegie19 I’m developing locally:

Strapi Version: 4.5.6
Operating System: MacOS 11.6
Database: PostgreSQL 15
Node Version: 16.13.1
NPM Version: 8.1.2

The change I made was adding "populateCreatorFields": true to options in my news item schema. I then tested this was working. It was, so I then merged the branch I was on into the develop branch and then checked out out the develop branch. Then I was receiving 403 errors from the requests made to my Strapi instance - this was caused by the permissions I had set (Find all, find one) had been removed. In addition to the permissions being removed all the content for all the collection types I had entered into the Content Manager was no longer there. The relevant tables in the PostgreSQL were empty.