System Information
- Strapi Version: 5.1.0
- Operating System: MacOS Monterey
- Database: PostgreSQL 14.0
- Node Version: 20.14.0
- NPM Version: 10.7.0
- Yarn Version:
I have a problem with data storing in my PgAdmin. My published data is stored as two duplicate records, one with published_at “null” and one with published_at “timestamp”. Technically, it should be only one record, if it’s a draft entity it should be null for the published_at attribute and updated to be timestamp value when it’s published. Is there any solution?