aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/constants.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-04-16 10:12:46 -0400
committerRalph Amissah <ralph@amissah.com>2010-04-16 10:15:13 -0400
commitaa47d1db8596aa65746db05d369441d1def62aa4 (patch)
treec1f1ab145389abd7e30b083f05e6adbcfcfc4dbe /lib/sisu/v2/constants.rb
parentdb, shared_html_lite, link back to footnote/endnote reference, fix (diff)
db sql table and column structure changes, name prefix "sisu_v2a_" resulting sisu version bump 2.1.0, plus other lesser fixes
[Note: it is necessary to create new database and tables and to populate them] * db (sql) database table name and column structure changes, new pgsql db name prefix "sisu_v2a_" (version bump), continue to review (db_columns, db_create, db_import, db_sqltxt) * db remove and update fix, match filename for removal with = (not LIKE or ~) * db sqlite, issue with --recreate, bugfix (db_drop)
Diffstat (limited to 'lib/sisu/v2/constants.rb')
-rw-r--r--lib/sisu/v2/constants.rb18
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/sisu/v2/constants.rb b/lib/sisu/v2/constants.rb
index 9abe9c0b..3fcb1e3a 100644
--- a/lib/sisu/v2/constants.rb
+++ b/lib/sisu/v2/constants.rb
@@ -111,7 +111,6 @@ Rx[:meta]=/#{Mx[:meta_o]}(\S+?)#{Mx[:meta_c]}/
Dx[:url_o]='‹'; Dx[:url_c]='›'
Dx[:url_o_xml]='&lt;'; Dx[:url_c_xml]='&gt;'
Dx[:rel_o]='‹'; Dx[:rel_c]='›'
-Db[:name_prefix]="SiSU#{SiSU_version_dir}_"
Tex[:backslash]="\\\\"
Tex[:backslash]="\\\\"
Tex[:tilde]='\\\\\\~'
@@ -132,6 +131,23 @@ Px[:lv4]= '-'
Px[:lv5]= '.'
Px[:lv6]= '.'
#Px[:lv5_6]= '.'
+Db[:name_prefix]="SiSU#{SiSU_version_dir}a_"
+Db[:name_prefix_db]="sisu_#{SiSU_version_dir}a_"
+Db[:col_title]=800
+Db[:col_title_part]=400
+Db[:col_title_edition]=10
+Db[:col_name]=600
+Db[:col_creator_misc_short]=100
+Db[:col_language]=100
+Db[:col_language_char]=3
+Db[:col_date_text]=10
+Db[:col_classify_txt_long]=600
+Db[:col_classify_txt_short]=600
+Db[:col_classify_short]=200
+Db[:col_classify_identify]=256
+Db[:col_classify_library]=30
+Db[:col_classify_small]=16
+Db[:col_filename]=256
__END__
consider:
〔comment〕