Merge "Misc follow-ups to I2fc3966e (a161c5e)"
[lhc/web/wiklou.git] / maintenance / ibm_db2 / patch-change_tag_summary.sql
1 -- Rollup table to pull a LIST of tags simply
2 CREATE TABLE tag_summary (
3 ts_rc_id INTEGER,
4 ts_log_id INTEGER,
5 ts_rev_id INTEGER,
6 ts_tags CLOB(64K) INLINE LENGTH 4096 NOT NULL
7 );