mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 02:53:32 +00:00
2 lines
72 B
SQL
2 lines
72 B
SQL
-- name: get-active-inboxes
|
|
SELECT * from inboxes where enabled is TRUE; |