You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Herz3h What would be the use case?
As of now you can already achieve this on your side by querying all audit tables (or only the ones you're interested in) one by one, reuse filters across those queries, and aggregate/paginate the results.
Would it be possible to query all audited table for some criteria just like you can query a specific table ?
I know the query may be taking long time and consuming memory but this could be avoid with some kind of pagination maybe ?
The text was updated successfully, but these errors were encountered: