summaryrefslogtreecommitdiffstats
path: root/create_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create_schema.sql')
-rw-r--r--create_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/create_schema.sql b/create_schema.sql
index 71288a2..990f3c8 100644
--- a/create_schema.sql
+++ b/create_schema.sql
@@ -602,6 +602,7 @@ CREATE TABLE mozilla_root_hashes (
CERTIFICATE_SHA256 bytea,
BIN_NUMBER smallint,
DISPLAY_ORDER smallint,
+ CA_OWNER text,
CONSTRAINT mrh_pk
PRIMARY KEY (BIN_NUMBER, CERTIFICATE_SHA256)
);