Starter for a re-jig of hit counting (in a per-day table).
[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*/;