[freeside-commits] freeside/FS/FS Schema.pm,1.289,1.290

Erik Levinson levinse at wavetail.420.am
Sun Apr 24 21:00:05 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv20107/FS/FS

Modified Files:
	Schema.pm 
Log Message:
FCC form 477 report improvements, RT12089

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -w -d -r1.289 -r1.290
--- Schema.pm	24 Apr 2011 17:04:37 -0000	1.289
+++ Schema.pm	25 Apr 2011 04:00:03 -0000	1.290
@@ -1406,6 +1406,16 @@
       'index' => [ ['batchnum'], ['invnum'], ['custnum'] ],
     },
 
+    'fcc477map' => {
+      'columns' => [
+        'formkey', 'varchar', '', '', '', '', 
+        'formvalue', 'text', 'NULL', '', '', '', 
+      ],
+      'primary_key' => 'formkey',
+      'unique'      => [],
+      'index'       => [],
+    },
+
     'cust_pkg' => {
       'columns' => [
         'pkgnum',           'serial',     '', '', '', '', 



More information about the freeside-commits mailing list