mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 16:07:42 +00:00
add timestamp index to accounts
This commit is contained in:
parent
fc94bef379
commit
175bf77efe
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
CREATE INDEX accounts_next_notification_check_at_idx ON accounts USING BRIN (next_notification_check_at timestamp_minmax_ops);
|
||||||
|
|
Loading…
Reference in a new issue