Gitea: 1.23.5
What is my problem?
Every repo is being watched by every user.
(I have set AUTO_WATCH_NEW_REPOS to false already to hopefully fix any future changes)
What I would like to do?
I want to reset all of the watching for every repo for every user to nothing.
From a previous post, I see that I can issue the query “DELETE FROM WATCH”.
a) Will this delete all watches for every user for every repo?
b) if Yes, Where do I execute this?
In the app.ini, [database] section, DB_TYPE is set to sqlite3.