aboutsummaryrefslogtreecommitdiff
path: root/schemas/sql/pubd.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/sql/pubd.sql')
-rw-r--r--schemas/sql/pubd.sql2
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,