summaryrefslogtreecommitdiff
path: root/maintenance/ibm_db2/patch-change_tag_summary.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/ibm_db2/patch-change_tag_summary.sql')
-rw-r--r--maintenance/ibm_db2/patch-change_tag_summary.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintenance/ibm_db2/patch-change_tag_summary.sql b/maintenance/ibm_db2/patch-change_tag_summary.sql
new file mode 100644
index 00000000..768cbfaa
--- /dev/null
+++ b/maintenance/ibm_db2/patch-change_tag_summary.sql
@@ -0,0 +1,7 @@
+-- Rollup table to pull a LIST of tags simply
+CREATE TABLE tag_summary (
+ ts_rc_id INTEGER,
+ ts_log_id INTEGER,
+ ts_rev_id INTEGER,
+ ts_tags CLOB(64K) INLINE LENGTH 4096 NOT NULL
+);