This website requires JavaScript.
Explore
Help
Sign In
gered
/
mtgcoll
Watch
1
Star
0
Fork
You've already forked mtgcoll
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
10713fa58f
mtgcoll
/
resources
/
migrations
/
00017_index_lists_is_public.up.sql
2 lines
55 B
MySQL
Raw
Normal View
History
Unescape
Escape
add sql migration to index lists.is_public
2016-07-23 17:29:21 -04:00
CREATE
INDEX
lists_is_public_idx
ON
lists
(
is_public
)
;
Reference in a new issue
Copy permalink