[
"sql" => "SELECT d0_.endpoint AS endpoint_0, d0_.p256dh AS p256dh_1, d0_.auth AS auth_2, d0_.user_agent AS user_agent_3, d0_.created_at AS created_at_4, d0_.last_sent_at AS last_sent_at_5, d0_.id AS id_6, d1_.id AS id_7, d1_.email AS email_8, d1_.name AS name_9, d1_.surname AS surname_10, d1_.password AS password_11, d1_.role AS role_12, d1_.one_time_code AS one_time_code_13, d1_.expiration_one_time_code AS expiration_one_time_code_14, d1_.is_active AS is_active_15, d1_.is_account_activation AS is_account_activation_16, d1_.is_email_notification_active AS is_email_notification_active_17, d1_.is_daily_reminder_email AS is_daily_reminder_email_18, d1_.is_ignore_permission AS is_ignore_permission_19, d1_.theme AS theme_20, d1_.directory_path AS directory_path_21, d0_.user_id AS user_id_22 FROM dm_push_subscription d0_ INNER JOIN dm_user d1_ ON d0_.user_id = d1_.id WHERE d1_.is_active = 1 AND d1_.is_account_activation = 1"
]