System Information
- Strapi Version: 3.6.8
- Operating System: Linux
- Database: MySQL
- Node Version: 14
- NPM Version: -
- Yarn Version: 1.22.5
Im working on an existing project where all the database had been published and populated with a lot of data, so i would like to prevent created_by and updated_by to be created when initiating the service.
I found populateCreatorFields in the documentation, but seems like those 2 columns are still being created also i had set populateCreatorFields to false.
This is my configuration. Did i configured it wrongly?