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
Postgres updater fixes to make update.php able to run
[mediawiki.git]
/
maintenance
/
mssql
/
archives
/
patch-watchlist-wl_id.sql
blob
b71f817af2e0b8976a6744e4aa2984cf31107503
1
ALTER TABLE /*_*/watchlist ADD wl_id INT IDENTITY;
2
ALTER TABLE /*_*/watchlist ADD CONSTRAINT pk_watchlist PRIMARY KEY(wl_id)