178
edits
| Line 173: | Line 173: | ||
-- tcbs, only by build: | -- tcbs, only by build: | ||
<pre> | |||
CREATE TABLE tcbs_build ( | CREATE TABLE tcbs_build ( | ||
signature_id integer NOT NULL, | signature_id integer NOT NULL, | ||
| Line 189: | Line 190: | ||
(product_version_id, report_date, build_date, process_type, signature_id) | (product_version_id, report_date, build_date, process_type, signature_id) | ||
); | ); | ||
</pre> | |||
-- other table changes, not visible to UI | -- other table changes, not visible to UI | ||
products: | products: | ||
edits