support sort by n_attention
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP INDEX posts_attention_idx
|
||||
@@ -0,0 +1,2 @@
|
||||
-- Your SQL goes here
|
||||
CREATE INDEX posts_attention_idx ON posts (n_attentions)
|
||||
Reference in New Issue
Block a user