diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-07-30 10:27:29 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-07-30 10:27:29 +0100 |
commit | fe2f6c9a1155dbb595bba5f99bf49df77ecd9d9c (patch) | |
tree | feef7ded06893300b233aa6e60486d597a5319a4 /lib | |
parent | url matching, semi-colon as possible terminator, in dal match https (diff) |
increase size of identifier in db, automatically constructed in param
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v0/db_columns.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |