Fixing typo
This commit is contained in:
parent
db0783fe2e
commit
204ed8ec41
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ create INDEX IF NOT EXISTS posts_user_id_index ON posts (user_id);
|
||||||
|
|
||||||
create INDEX IF NOT EXISTS posts_id_index ON posts (id);
|
create INDEX IF NOT EXISTS posts_id_index ON posts (id);
|
||||||
|
|
||||||
CREATE INDEX idx_created_at_desc ON your_table (created_at DESC);
|
CREATE INDEX idx_created_at_desc ON posts (created_at DESC);
|
Loading…
Reference in a new issue