Merge "mw.Title: Implement #makeTitle for titles with predefined namespace"
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-updatelog.sql
1
2 CREATE TABLE updatelog (
3 ul_key TEXT NOT NULL PRIMARY KEY
4 );