Merge "Fix possible error texts in action=options"
[mediawiki.git] / maintenance / ibm_db2 / patch-change_tag_summary.sql
blob768cbfaa64d31d7f11c838d081cee7472ae1e969
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 );