From 4eb33b4c70e980d4689c42d359f9321a4b41df6c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 22 Oct 2011 20:04:13 -0400 Subject: digest_size_thresholds should be floats. This still doesn't work in PostgreSQL. --- src/mailman/database/sql/postgres.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/database/sql/postgres.sql') diff --git a/src/mailman/database/sql/postgres.sql b/src/mailman/database/sql/postgres.sql index 45cf74eff..2ca94217f 100644 --- a/src/mailman/database/sql/postgres.sql +++ b/src/mailman/database/sql/postgres.sql @@ -53,7 +53,7 @@ CREATE TABLE mailinglist ( digest_header TEXT, digest_is_default BOOLEAN, digest_send_periodic BOOLEAN, - digest_size_threshold INTEGER, + digest_size_threshold REAL, digest_volume_frequency INTEGER, digestable BOOLEAN, discard_these_nonmembers BYTEA, -- cgit v1.2.3-70-g09d2