From 0bb8889dccaba8415bc27952a100dd0cae9dd8fe Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 21 Apr 2010 16:54:38 -0400 Subject: constants, reduce max limit for SQL VARCHAR to 2500 to be within default postgresql range --- lib/sisu/v2/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sisu/v2/constants.rb b/lib/sisu/v2/constants.rb index 9a24736c..02c76e6a 100644 --- a/lib/sisu/v2/constants.rb +++ b/lib/sisu/v2/constants.rb @@ -150,7 +150,7 @@ Db[:col_classify_small]=16 Db[:col_filename]=256 Db[:col_digest]=64 Db[:col_filesize]=10 -Db[:col_info_note]=3000 +Db[:col_info_note]=2500 __END__ consider: 〔comment〕 -- cgit v1.2.3