]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove id from bug_status_cache documentation
authorDon Armstrong <don@donarmstrong.com>
Wed, 8 Mar 2017 02:59:52 +0000 (18:59 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 8 Mar 2017 02:59:52 +0000 (18:59 -0800)
sql/debbugs_schema.sql

index 95f742edf86b6f2d4d5c44a88ac35b10cec4ccc3..7badd7720ce0de990b7545afe3edccc1acd7271e 100644 (file)
@@ -444,7 +444,6 @@ CREATE INDEX bug_status_cache_idx_status ON bug_status_cache(status);
 CREATE INDEX bug_status_cache_idx_arch ON bug_status_cache(arch);
 CREATE INDEX bug_status_cache_idx_suite ON bug_status_cache(suite);
 INSERT INTO table_comments  VALUES ('bug_status_cache','Bug Status Cache');
-INSERT INTO column_comments VALUES ('bug_status_cache','id','Bug status cache entry id');
 INSERT INTO column_comments VALUES ('bug_status_cache','bug','Bug number (matches bug)');
 INSERT INTO column_comments VALUES ('bug_status_cache','suite','Suite id (matches suite)');
 INSERT INTO column_comments VALUES ('bug_status_cache','arch','Architecture id (matches arch)');