[freeside-commits] branch FREESIDE_3_BRANCH updated. 4faed517720e6ccf37e407dcf2856fd49a98a84b

Ivan ivan at 420.am
Sat Jul 26 15:19:19 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  4faed517720e6ccf37e407dcf2856fd49a98a84b (commit)
      from  fb2553b1354de8e861ab9ab4831533422e1cae29 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4faed517720e6ccf37e407dcf2856fd49a98a84b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jul 26 14:48:31 2014 -0700

    queue statistics, RT#30238

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 71442b6..7cf4c72 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2901,6 +2901,21 @@ sub tables_hashref {
       'index'       => [ [ 'jobnum' ], [ 'depend_jobnum' ] ],
     },
 
+    'queue_stat' => {
+      'columns' => [
+        'statnum', 'bigserial',     '',  '', '', '',
+        'jobnum',     'bigint',     '',  '', '', '',
+        'job',       'varchar',     '', 512, '', '', 
+        'custnum',       'int', 'NULL',  '', '', '',
+        'insert_date', @date_type, '', '',
+        'start_date',  @date_type, '', '', 
+        'end_date',    @date_type, '', '', 
+      ],
+      'primary_key'  => 'statnum',
+      'unique'       => [], #[ ['jobnum'] ],
+      'index'        => [],
+    },
+
     'export_svc' => {
       'columns' => [
         'exportsvcnum' => 'serial', '', '', '', '', 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |   15 +++++++++++++++
 1 file changed, 15 insertions(+)




More information about the freeside-commits mailing list