[freeside-commits] freeside/FS/FS Schema.pm,1.45,1.46
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Feb 26 17:50:02 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv2464
Modified Files:
Schema.pm
Log Message:
config goes in database
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Schema.pm 21 Feb 2007 11:26:02 -0000 1.45
+++ Schema.pm 27 Feb 2007 01:49:59 -0000 1.46
@@ -1687,6 +1687,18 @@
'index' => [],
},
+ 'conf' => {
+ 'columns' => [
+ 'confnum', 'serial', '', '', '', '',
+ 'agentnum', 'int', 'NULL', '', '', '',
+ 'name', 'varchar', '', $char_d, '', '',
+ 'value', 'varchar', 'NULL', '', '', '', # Pg specific
+ ],
+ 'primary_key' => 'confnum',
+ 'unique' => [ [ 'agentnum', 'name' ]],
+ 'index' => [],
+ },
+
# name type nullability length default local
#'new_table' => {
More information about the freeside-commits
mailing list