freeside/FS/bin freeside-setup,1.38,1.39

ivan ivan at pouncequick.420.am
Tue Oct 26 04:26:37 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/bin
In directory pouncequick:/tmp/cvs-serv3074/FS/bin

Modified Files:
	freeside-setup 
Log Message:
modular price plans!

Index: freeside-setup
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-setup,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- freeside-setup	16 Oct 2004 10:15:01 -0000	1.38
+++ freeside-setup	26 Oct 2004 11:26:34 -0000	1.39
@@ -1148,7 +1148,17 @@
       'index' => [ ['paynum'], ['refundnum'] ],
     },
 
-
+    'part_pkg_option' => {
+      'columns' => [
+        'optionnum', 'serial', '', '',
+        'pkgpart', 'int', '', '',
+        'optionname', 'varchar', '', $char_d,
+        'optionvalue', 'text', 'NULL', '',
+      ],
+      'primary_key' => 'optionnum',
+      'unique'      => [],
+      'index'       => [ [ 'pkgpart' ], [ 'optionname' ] ],
+    },
 
   );
 




More information about the freeside-commits mailing list