one typo here,

$schema["uc_discounts_roles"] = array(
"fields" => array(
"discount_role_id" => array(
"type" => "serial",
"no null" => TRUE,

=> last line should be, otherwise there will be table miss match reported
"not null" => TRUE,

Comments

jrust’s picture

Status: Active » Fixed

Thanks, fix applied.

Automatically closed -- issue fixed for 2 weeks with no activity.