Merge "Revert "Log the reason why revision->getContent() returns null""
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-updatelog.sql
1
2 CREATE TABLE updatelog (
3 ul_key TEXT NOT NULL PRIMARY KEY
4 );