recreate user_stats_day index needed for concurrent refresh

This commit is contained in:
keyan 2023-05-21 21:23:16 -05:00
parent 5c55afc97c
commit 85ea1f0a07

View File

@ -0,0 +1 @@
CREATE UNIQUE INDEX IF NOT EXISTS user_stats_days_idx ON user_stats_days(day, id);