mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-30 07:59:27 -05:00
Update SQL queries to use more descriptive column aliases
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- name: DatabasesServiceGetDatabase :one
|
||||
SELECT
|
||||
*,
|
||||
pgp_sym_decrypt(connection_string::bytea, @encryption_key) AS connection_string
|
||||
pgp_sym_decrypt(connection_string::bytea, @encryption_key) AS decrypted_connection_string
|
||||
FROM databases
|
||||
WHERE id = @id;
|
||||
|
||||
Reference in New Issue
Block a user