X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=2cfe4b4be02a640d0bf1480310ca8d4186f94675;hb=9e570867c27b5336f4fa701c84b70fd65791f87c;hp=ab33667fb158116065d770db85ae7135a3182c0d;hpb=a1807414d26dd7d4c3ce67310047944178b07363;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index ab33667fb..2cfe4b4be 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2594,10 +2594,14 @@ sub tables_hashref { 'sip_password', 'varchar', 'NULL', $char_d, '', '', 'phone_name', 'varchar', 'NULL', $char_d, '', '', 'pbxsvc', 'int', 'NULL', '', '', '', + 'domsvc', 'int', 'NULL', '', '', '', + 'locationnum', 'int', 'NULL', '', '', '', ], 'primary_key' => 'svcnum', 'unique' => [], - 'index' => [ [ 'countrycode', 'phonenum' ], ['pbxsvc'] ], + 'index' => [ ['countrycode', 'phonenum'], ['pbxsvc'], ['domsvc'], + ['locationnum'], + ], }, 'phone_device' => {