X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=6ad4b742dea6ef8c8c4e7edfd0f869787d5365a2;hb=39533c66139210655fc47404a17fd4e9b9ca8a00;hp=a6a1cda5a5a8246fc51aef44e5c19a2c58d86651;hpb=f418cfff1135c9f63f3d7ebd31526b085d01e796;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index a6a1cda5a..6ad4b742d 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2688,6 +2688,8 @@ sub tables_hashref { 'groupname', 'varchar', '', $char_d, '', '', 'description', 'varchar', 'NULL', $char_d, '', '', 'priority', 'int', '', '', '1', '', + 'speed_up', 'int', 'NULL', '', '', '', + 'speed_down', 'int', 'NULL', '', '', '', ], 'primary_key' => 'groupnum', 'unique' => [ ['groupname'] ],