index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
archives
/
patch-langlinks-ll_lang-35.sql
blob: 73748fb56928081393fbf5c3c65bb84219c675cb (
plain
) (
blame
)
1
2
3
ALTER
TABLE
/*$wgDBprefix*/
langlinks
MODIFY
`
ll_lang
`
VARBINARY
(
35
)
NOT
NULL
DEFAULT
''
;