aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-07-30 10:27:29 +0100
committerRalph Amissah <ralph@amissah.com>2007-07-30 11:17:53 +0100
commit3725ec0867b9d6a1c9534dc38c5d671f37adb255 (patch)
treefeef7ded06893300b233aa6e60486d597a5319a4 /lib
parenturl matching, semi-colon as possible terminator, in dal match https (diff)
increase size of identifier in db, url (identifier) automatically constructed in param
Diffstat (limited to 'lib')
-rw-r--r--lib/sisu/v0/db_columns.rb2
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