Merge "mediawiki.page.watch.ajax: Fail early if updateWatchLink is called wrong"
[lhc/web/wiklou.git] / maintenance / archives / patch-ul_value.sql
1 -- Add the ul_value column to updatelog
2
3 ALTER TABLE /*_*/updatelog
4 add ul_value blob;