Hi guys,

After installing Durpal 7 and the Support Ticket module. When i try to create a ticket it gives this error

PDOException: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "support_rate" does not exist LINE 1: SELECT sr.subid, sr.description FROM support_rate sr LEFT JO... ^: SELECT sr.subid, sr.description FROM {support_rate} sr LEFT JOIN {support_rate_client} src ON sr.subid = src.subid WHERE sr.hours = 0 AND sr.period != :period AND (src.clid IS NULL OR src.clid = :clid) AND sr.start <= :timestamp AND (sr.end = 0 OR sr.end >= :timestamp) ORDER BY sr.weight ASC, sr.start DESC; Array ( [:period] => 3 [:clid] => 1 [:timestamp] => 20120210 ) in support_rates_valid() (line 223 of D:\PostgreSQL84\apache\www\Drupal7\sites\all\modules\support_timer\support_rates\support_rates.module).

Any help is much appreciated.