Sean Goff
Sean Goff
@mholt Thanks for the tip, however I don't think that really solves the problem (at least in my tests it didn't): To prevent downtime the fallback should not be used...
> Misconfigured flows (and extensions) can definitely pose a security risk if permissions are not properly checked. The general rule of thumb is dont expose admin features to non-admin users...
Just a small addition, I think the correct index here would be something like `CREATE INDEX directus_revisions_collection_item ON directus_revisions (collection, item);` because revisions are almost always fetched with collection&item in...
I just tested with 10.1.1, the problem is still there. however, my reproduction was wrong, because warnings are session specific (it worked for me because i ran the offending query...