X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=0bdc995399e140ad1d8af4318f3bf0f7faf8024f;hb=11ca9a51a76837f1821b2b0e8972c78bf221c6a1;hp=2d98963a8cbf421a09f1f188b39147859cfe5de2;hpb=6bc36a712285e9616a00ae38b136d7b8cd6cb58f;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 2d98963a8..0bdc99539 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -5734,6 +5734,18 @@ sub tables_hashref { 'index' => [], }, + 'access_user_log' => { + 'columns' => [ + 'lognum', 'serial', '', '', '', '', + 'usernum', 'int', '', '', '', '', + 'path', 'varchar', '', 2*$char_d, '', '', + '_date', @date_type, '', '', + ], + 'primary_key' => 'lognum', + 'unique' => [], + 'index' => [ ['usernum'], ['path'], ['_date'] ], + }, + 'sched_item' => { 'columns' => [ 'itemnum', 'serial', '', '', '', '', @@ -6902,6 +6914,8 @@ sub tables_hashref { 'latexsmallfooter', 'text', 'NULL', '', '', '', 'latexreturnaddress', 'text', 'NULL', '', '', '', 'with_latexcoupon', 'char', 'NULL', '1', '', '', + 'htmlwatermark', 'text', 'NULL', '', '', '', + 'latexwatermark', 'text', 'NULL', '', '', '', 'lpr', 'varchar', 'NULL', $char_d, '', '', ], 'primary_key' => 'confnum',