I have a little question about table ‘action’ in DB.
So, I use the Gitea for myself only. There are about dozen repos. It’s only a few MB in size, but there are about 300k rows in this table (“action”), and the total database size is about 500MB.This is really useless use of disk space.
How can I truncate this table? Can I delete all rows? What will I lose?
Unfortunately, I couldn’t find any information about this table on the Internet.