ljacqu/BirthdayReminder

Create tables

ljacqu opened this issue · 0 comments

ljacqu commented
  • conf file with DB connections
  • create tables if missing

Tables (for now)

  • br_account (id, email, created, password, failed_logins)
  • br_birthday (id, account_id, date, name)
  • br_event (id, type, date, info)