Files
konabot/konabot/common/permsys/sql/get_perm_info.sql

8 lines
84 B
SQL

SELECT
VALUE
FROM
perm_info
WHERE
entity_id = ?
AND config_key = ?;