(bug 11451) Fix error in 1.2 -> 1.3 upgrade script, causing failure of upgrades from...
[mediawiki.git] / maintenance / archives / patch-updatelog.sql
blob168ad082eb7cdbeb78448a305f0371ccf0c1bfc9
1 CREATE TABLE /*$wgDBprefix*/updatelog (
2   ul_key varchar(255) NOT NULL,
3   PRIMARY KEY (ul_key)
4 ) /*$wgDBTableOptions*/;