87c7c1a175d8ae5d56eb833ef99629f541eb5ed2
[lhc/web/wiklou.git] / maintenance / archives / patch-updatelog.sql
1 CREATE TABLE /*$wgDBprefix*/updatelog (
2 ul_key varbinary(255) NOT NULL,
3 PRIMARY KEY (ul_key)
4 ) /*$wgDBTableOptions*/;