There is a table which has been 12 GB big in the database but it’s data is only useful for debugging, so it can be truncated with:
TRUNCATE TABLE received_activity;
Submitted 1 year ago by jeena@jemmy.jeena.net to jemmy_meta@jemmy.jeena.net
There is a table which has been 12 GB big in the database but it’s data is only useful for debugging, so it can be truncated with:
TRUNCATE TABLE received_activity;