repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge "Make update.php file executable"
[mediawiki.git]
/
maintenance
/
archives
/
patch-up_property.sql
blob
742841e412ae5812affc4fc2a32af31cdc92673e
1
-- Increase the length of up_property from 32 -> 255 bytes. Bug 19408
2
3
ALTER TABLE /*_*/user_properties
4
MODIFY up_property varbinary(255);