aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/db_columns.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-12-13 14:08:19 -0500
committerRalph Amissah <ralph@amissah.com>2008-12-13 14:08:24 -0500
commitf20476d31f60bd1e8c83e91379f414bdc0cfdd60 (patch)
tree19756fc868fe2658f7940147f65c717a7dc89226 /lib/sisu/v0/db_columns.rb
parenthelp and changelog update (diff)
mostly additional metadata fields
additional metadata fields css minor touch help minor info touch
Diffstat (limited to 'lib/sisu/v0/db_columns.rb')
-rw-r--r--lib/sisu/v0/db_columns.rb41
1 files changed, 25 insertions, 16 deletions
diff --git a/lib/sisu/v0/db_columns.rb b/lib/sisu/v0/db_columns.rb
index 6c9778ab..1ea16c95 100644
--- a/lib/sisu/v0/db_columns.rb
+++ b/lib/sisu/v0/db_columns.rb
@@ -66,9 +66,15 @@ module SiSU_DB_columns
def lt_subtitle
600
end
- def lt_creator
+ def lt_author
600
end
+ def lt_author_title
+ 100
+ end
+ def lt_author_nationality
+ 100
+ end
def lt_illustrator
600
end
@@ -87,21 +93,6 @@ module SiSU_DB_columns
def lt_date
10
end
- def lt_date_created
- 10
- end
- def lt_date_issued
- 10
- end
- def lt_date_available
- 10
- end
- def lt_date_modified
- 10
- end
- def lt_date_valid
- 10
- end
def lt_type
600
end
@@ -198,6 +189,24 @@ module SiSU_DB_columns
def lt_subj
64
end
+ def lt_orig_pub
+ 400
+ end
+ def lt_orig_pub_date
+ 400
+ end
+ def lt_orig_pub_institution
+ 200
+ end
+ def lt_orig_pub_nationality
+ 200
+ end
+ def lt_writing_focus_nationality
+ 100
+ end
+ def lt_topic_register
+ 2000
+ end
def document_clean # restriction not necessary #12000 #2712
60000
end