This website requires JavaScript.
Explore
Help
Sign In
ekzyis
/
stacker.news
Watch
1
Star
0
Fork
You've already forked stacker.news
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
68f298fc21
stacker.news
/
prisma
/
migrations
/
20220412190704_item_path_index
/
migration.sql
1 line
95 B
SQL
Raw
Blame
History
CREATE
INDEX
"
item_gist_path_index
"
ON
"
Item
"
USING
GIST
(
"
path
"
gist_ltree_ops
(
siglen
=
2024
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink