add timestamp index to accounts

This commit is contained in:
Andre Medeiros 2022-05-21 17:37:34 -04:00
parent fc94bef379
commit 175bf77efe
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CREATE INDEX accounts_next_notification_check_at_idx ON accounts USING BRIN (next_notification_check_at timestamp_minmax_ops);