| 1 |
0.31 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password_hash AS password_hash_3, t0.role AS role_4, t0.is_enabled AS is_enabled_5, t0.totp_secret AS totp_secret_6, t0.backup_codes AS backup_codes_7, t0.auth_generation AS auth_generation_8, t0.billing_account_id AS billing_account_id_9, t0.force_password_change AS force_password_change_10, t0.reseller_id AS reseller_id_11, t0.invited_by_user_id AS invited_by_user_id_12, t0.display_name AS display_name_13, t0.created_at AS created_at_14, t0.last_login_at AS last_login_at_15 FROM users t0 WHERE t0.id = ?
Parameters: [
b"\x01Úq{ær¶šÎþ\x10\x05ïŠG"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.password_hash AS password_hash_3, t0.role AS role_4, t0.is_enabled AS is_enabled_5, t0.totp_secret AS totp_secret_6, t0.backup_codes AS backup_codes_7, t0.auth_generation AS auth_generation_8, t0.billing_account_id AS billing_account_id_9, t0.force_password_change AS force_password_change_10, t0.reseller_id AS reseller_id_11, t0.invited_by_user_id AS invited_by_user_id_12, t0.display_name AS display_name_13, t0.created_at AS created_at_14, t0.last_login_at AS last_login_at_15 FROM users t0 WHERE t0.id = 0x019DDA717BE672B69ACEFE1005EF8A47;
|
| 3 |
0.24 ms |
INSERT INTO audit_log_entries (actor_id, actor_email, actor_token_label, impersonator_id, impersonator_email, target_type, target_id, action, metadata, ip, user_agent, created_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
b"\x01Úq{ær¶šÎþ\x10\x05ïŠG"
"anthony@digitalsynergy.co.za"
null
null
null
null
null
"logout"
null
"192.168.1.3"
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:153.0) Gecko/20100101 Firefox/153.0"
"2026-08-11 13:01:49"
]
INSERT INTO audit_log_entries (actor_id, actor_email, actor_token_label, impersonator_id, impersonator_email, target_type, target_id, action, metadata, ip, user_agent, created_at) VALUES (0x019DDA717BE672B69ACEFE1005EF8A47, 'anthony@digitalsynergy.co.za', NULL, NULL, NULL, NULL, NULL, 'logout', NULL, '192.168.1.3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:153.0) Gecko/20100101 Firefox/153.0', '2026-08-11 13:01:49');
|