Fixing typo

This commit is contained in:
Imbus 2023-10-21 01:55:07 +02:00
parent db0783fe2e
commit 204ed8ec41

View file

@ -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 idx_created_at_desc ON your_table (created_at DESC);
CREATE INDEX idx_created_at_desc ON posts (created_at DESC);