José Varela

Results 17 comments of José Varela

I can confirm this issue. The workaround is to edit Raw Value and save without double quotes `"`. Although, when opening the Trigger Flow operation, it will contain the double...

Let me be that guy: Any updates? 😅

Just to add another option: we can also export as CSV to File Library and remove from `directus_revisions` 🤔

Want to add this valuable find: I am using Postgres and when I did: ```sql delete from directus_revisions where collection = 'XXXX' ``` It took more than 2mins But when...

Yes, it looks like once the extensions/entries are added to database, they are not being updated again 🤔

On top of the index suggestion we should also have a configuration to limit the amount of revisions per item, so they are rotative. For example, only save last 0,...

Also want to mention this became more trickier with the addition of Content Versioning. Now, we cannot simply just remove the records from Activity and Revisions. We must check if...