Fixes to DB2 support. DB2 support integration with 1.17 Installer and Updater. Develo...
[lhc/web/wiklou.git] / maintenance / ibm_db2 / patch-ul_value.sql
1 CREATE TABLE updatelog (
2 ul_key VARCHAR(255) NOT NULL PRIMARY KEY
3 );