mattermost/server/channels/db/migrations/postgres/000130_system_console_stats.down.sql
Agniva De Sarker ae9e6174e5
[AI assisted]: Improve system console statistics performance (#29899)
```release-note
NONE
```

Co-authored-by: Matthew Birtch <mattbirtch@gmail.com>
2025-02-04 21:54:01 +05:30

5 lines
155 B
SQL

DROP MATERIALIZED VIEW IF EXISTS posts_by_team_day;
DROP MATERIALIZED VIEW IF EXISTS bot_posts_by_team_day;
DROP MATERIALIZED VIEW IF EXISTS file_stats;