Moved testRunner[|.ora|.postgres].sql to [|oracle/|postgres/]archives/ so that they...
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-updatelog.sql
1
2 CREATE TABLE updatelog (
3 ul_key TEXT NOT NULL PRIMARY KEY
4 );