diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/output/pq/sql/selectSource.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/pq/sql/selectSource.sql b/lib/output/pq/sql/selectSource.sql index 32b413d..6d82090 100644 --- a/lib/output/pq/sql/selectSource.sql +++ b/lib/output/pq/sql/selectSource.sql @@ -1,3 +1,3 @@ -SELECT host, username, password, port, filename, position, serverid +SELECT host, username, password, port, serverid, filename, position FROM mygrate.source s WHERE s.source_id = $1 |