Fix table prefixing in patch-change_tag-change_tag_rc_tag_id.sql
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-updatelog.sql
1
2 CREATE TABLE updatelog (
3 ul_key TEXT NOT NULL PRIMARY KEY
4 );