summaryrefslogtreecommitdiff
path: root/util/updates/2020-04-09-stats-cleanup.sql
blob: ccd87569f0b9fa565c7596107d5feb40e4fa7fcd (plain)
1
2
3
4
5
6
7
8
9
10
DROP TRIGGER stats_cache_new   ON threads;
DROP TRIGGER stats_cache_edit  ON threads;
DROP TRIGGER stats_cache_new   ON threads_posts;
DROP TRIGGER stats_cache_edit  ON threads_posts;
DROP TRIGGER stats_cache       ON users;

DELETE FROM stats_cache WHERE section IN('users', 'threads', 'threads_posts');

\i sql/triggers.sql
\i sql/func.sql