Daskott / kronus

Simple CLI tool for assessing aliveness of users. And executes preset actions based on the results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple people should be able to have the same contacts

Daskott opened this issue · comments

Right now, email & phone_number column in contacts model is set to unique. This shouldn't be the case.

  • Option 1: Replace the constraints with user_id_phone_number & user_id_email
  • Option 2: Just remove the constraints