This website requires JavaScript.
Explore
Help
Register
Sign In
carpathianflorist
/
MarseyWorld
forked from
MarseyWorld/MarseyWorld
Watch
1
Star
0
Fork
You've already forked MarseyWorld
0
Code
Pull Requests
Activity
4af47b49d4
MarseyWorld
/
migrations
/
20240811-fix-searching-comm...
2 lines
74 B
SQL
Raw
Blame
History
CREATE
INDEX
comments_body_ts_idx
ON
public
.
comments
USING
GIN
(
body_ts
)
;
View Git Blame
Copy Permalink