towerops/lib/towerops/mobile_sessions
Graham McIntire 1786198c11
Fix datetime truncation for mobile session schemas
All datetime fields in mobile session schemas must truncate to :second
because the database uses :utc_datetime type (without microseconds).

Fixed DateTime.utc_now() calls in:
- QRLoginToken.complete_changeset/2
- QRLoginToken.put_expiration/1
- MobileSession.touch_changeset/1
- MobileSession.put_timestamps/1
2026-01-15 16:17:05 -06:00
..
mobile_session.ex Fix datetime truncation for mobile session schemas 2026-01-15 16:17:05 -06:00
qr_login_token.ex Fix datetime truncation for mobile session schemas 2026-01-15 16:17:05 -06:00