This website requires JavaScript.
Explore
Help
Register
Sign In
saschabach
/
gplx
Watch
1
Star
0
Fork
You've already forked gplx
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
gplx
/
mediawiki
/
maintenance
/
postgres
/
archives
/
patch-categorylinks-pk.sql
4 lines
91 B
SQL
Raw
Permalink
Blame
History
DROP
INDEX
IF
EXISTS
cl_from
;
ALTER
TABLE
categorylinks
ADD
PRIMARY
KEY
(
cl_from
,
cl_to
)
;
Reference in New Issue
View Git Blame
Copy Permalink