X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=2b6dc6db24b6d5e83af092c9d67d32cc35719381;hp=830b39a84101acf2bb65acbef25f6b85a5ba0392;hb=d7cf0d6bb3b81b1c91ef1bcc3252d56f96b65b0f;hpb=0f359d5480aa1621d73ee802f420e8951abc620d diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 830b39a84..2b6dc6db2 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -6683,12 +6683,14 @@ sub tables_hashref { 'technology', 'int', '', '', '', '', 'spectrum', 'int', 'NULL', '', '', '', 'servicetype', 'char', '', '12', '', '', - 'adv_speed_up', 'decimal', 'NULL', '10,3', '', '', - 'adv_speed_down', 'decimal', 'NULL', '10,3', '', '', - 'cir_speed_up', 'decimal', 'NULL', '10,3', '', '', - 'cir_speed_down', 'decimal', 'NULL', '10,3', '', '', + 'adv_speed_up', 'decimal', '', '10,3', '0', '', + 'adv_speed_down', 'decimal', '', '10,3', '0', '', + 'cir_speed_up', 'decimal', '', '10,3', '0', '', + 'cir_speed_down', 'decimal', '', '10,3', '0', '', 'is_consumer', 'char', 'NULL', 1, '', '', 'is_business', 'char', 'NULL', 1, '', '', + 'active_date', @date_type, '', '', + 'expire_date', @date_type, '', '', ], 'primary_key' => 'zonenum', 'unique' => [],