Changeset 9541

Show
Ignore:
Timestamp:
04/23/10 17:16:02 (3 years ago)
Author:
p_lindheimer
Message:

recording fields should be INTs as they are just indexes into the recording table. The default and none options can use 0, negative numbers or NULL as need be

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/companydirectory/install.php

    r9540 r9541  
    2424    dirname varchar(50), 
    2525    description varchar(150),     
    26     announcement varchar(50)
    27     valid_recording varchar(50)
     26    announcement INT
     27    valid_recording INT
    2828    callid_prefix varchar(10), 
    2929    alert_info varchar(50), 
    3030    repeat_loops varchar(3), 
    31     repeat_recording varchar(50)
    32     invalid_recording varchar(50)
     31    repeat_recording INT
     32    invalid_recording INT
    3333    invalid_destination varchar(50) 
    3434)";