whiterook6/shawarmaspin

Players with null start times marked as online

Closed this issue · 2 comments

  1. How are players with null start times making it into the DB?
  2. what do we do when that happens? Disconnect?
  3. maintenance -- do we delete players with null start_times?

These all appear to be players with player name 'unk' (not 'UNK')

Sequelize is using datetime objects instead of timestamp objects, so default now() isn't working, and thus the default value is null.

Looks like it's resolved with #10