diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | lib/sisu/v0/db_columns.rb | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -16,6 +16,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.55.7.orig.tar.gz * add semi-colon as possible url terminator * dal match https + * db increase identifier size, (varchar 256 from 100) url automatically + constructed in param + %% sisu_0.55.6.orig.tar.gz (2007-07-28:30/6) http://www.jus.uio.no/sisu/pkg/src/sisu_0.55.6.orig.tar.gz 69368f8eb4da28d07f3a1ee1ea5b89f3 1271022 sisu_0.55.6.orig.tar.gz diff --git a/lib/sisu/v0/db_columns.rb b/lib/sisu/v0/db_columns.rb index 29f617b6..5699e72e 100644 --- a/lib/sisu/v0/db_columns.rb +++ b/lib/sisu/v0/db_columns.rb @@ -115,7 +115,7 @@ module SiSU_DB_columns 100 end def lt_identifier - 100 + 256 end def lt_source 100 |