Skip to content
  • Tomas Taraba's avatar
    1782 Change how the sip line is matched with user · 7abc349e
    Tomas Taraba authored and Vojtech Sodoma's avatar Vojtech Sodoma committed
    - There was a wrong assumption that usersip.id can be matched with userfeatures.id.
    - This is however wrong, because the lines can be removed from and added to a user, the ids will not match anymore.
    - The correct is to use user_line table:
         - usersip.id = user_line.line_id && user_line.user_id = userfeatures.id
    7abc349e