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 "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git]
/
maintenance
/
archives
/
patch-jobs-add-timestamp.sql
blob
c5e6e7110b51a0b6c1aa007129f32040308d4f58
1
ALTER TABLE /*_*/job ADD COLUMN job_timestamp varbinary(14) NULL default NULL;
2
CREATE INDEX /*i*/job_timestamp ON /*_*/job(job_timestamp);