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;
You must log in or register to comment.
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;