diff options
author | Rob Austein <sra@hactrn.net> | 2014-07-15 19:34:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-07-15 19:34:32 +0000 |
commit | a35ce7f496890d47b2c116efb15da992b7622d40 (patch) | |
tree | 94bfeac62f94f5769b0bb0ce18611c2b5132271b /schemas/sql | |
parent | 5d343deb9a0f5c437fa05642f59d4a31f67ea798 (diff) | |
parent | b3a6a36b0ba3fbe7dd4d5bc5ddf98a36b6f87a56 (diff) |
Checkpoint. Merge changes from trunk. Add hash-based withdrawal
checks and <list/> command to publication protocol.
svn path=/branches/tk705/; revision=5896
Diffstat (limited to 'schemas/sql')
-rw-r--r-- | schemas/sql/pubd.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/sql/pubd.sql b/schemas/sql/pubd.sql index 34778491..210396d5 100644 --- a/schemas/sql/pubd.sql +++ b/schemas/sql/pubd.sql @@ -62,7 +62,7 @@ CREATE TABLE snapshot ( CREATE TABLE object ( object_id SERIAL NOT NULL, uri VARCHAR(255) NOT NULL, - hash BINARY(32) NOT NULL, + hash CHAR(64) NOT NULL, payload LONGBLOB NOT NULL, published_snapshot_id BIGINT UNSIGNED, withdrawn_snapshot_id BIGINT UNSIGNED, |