From e2b9b042765d3e42bf9166d3f7980949a38a70b9 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 17 Jul 2014 21:57:36 +0000 Subject: Publication code mostly just deals with DER and Base64, so defer ASN.1 decode until something asks to look at the object. svn path=/branches/tk705/; revision=5901 --- schemas/sql/pubd.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schemas') diff --git a/schemas/sql/pubd.sql b/schemas/sql/pubd.sql index 1264b82a..de857bf4 100644 --- a/schemas/sql/pubd.sql +++ b/schemas/sql/pubd.sql @@ -68,8 +68,8 @@ CREATE TABLE delta ( CREATE TABLE object ( object_id SERIAL NOT NULL, uri VARCHAR(255) NOT NULL, + der LONGBLOB NOT NULL, hash CHAR(64) NOT NULL, - payload LONGBLOB NOT NULL, client_id BIGINT UNSIGNED NOT NULL, session_id BIGINT UNSIGNED NOT NULL, PRIMARY KEY (object_id), -- cgit v1.2.3