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
9ca73776bb
gplx
/
mediawiki
/
maintenance
/
postgres
/
archives
/
patch-langlinks-pk.sql
4 lines
97 B
SQL
Raw
Blame
History
DROP
INDEX
IF
EXISTS
langlinks_unique
;
ALTER
TABLE
langlinks
ADD
PRIMARY
KEY
(
ll_from
,
ll_lang
)
;
Reference in New Issue
View Git Blame
Copy Permalink