Merge "i18n: Drop number_of_watching_users_pageview, unused since wgPageShowWatchingU...
[lhc/web/wiklou.git] / maintenance / archives / patch-updatelog.sql
1 CREATE TABLE /*$wgDBprefix*/updatelog (
2 ul_key varchar(255) NOT NULL,
3 PRIMARY KEY (ul_key)
4 ) /*$wgDBTableOptions*/;