Replies: 1 comment 3 replies
-
The
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. in Umami v1 I used to be able to delete old test Event data by navigating to the postgres db, then the psql shell, and run the following:
delete from event where event_name not in ('your-event-name', 'another-event-name', 'everything-to-not-delete');
this doesn't seem to be working any more in v2? i've been fooling around getting used to the new data attributes and i've got some crap to delete and can't. would appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions