mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-22 04:20:50 -06:00
Update GetExecution SQL query to include database_id and database_pg_version
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
-- name: ExecutionsServiceGetExecution :one
|
||||
SELECT
|
||||
executions.*,
|
||||
databases.id AS database_id,
|
||||
databases.pg_version AS database_pg_version
|
||||
FROM executions
|
||||
INNER JOIN backups ON backups.id = executions.backup_id
|
||||
|
||||
Reference in New Issue
Block a user