summaryrefslogtreecommitdiff
path: root/lib/output/pq/sql
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-13 14:00:11 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-13 14:00:11 +0100
commit87254de0bc7e0bb4eff94f0e0a548110d336d771 (patch)
treebfc558b35b2c1e65f2ecd0e031cf0c9e9eb368d9 /lib/output/pq/sql
parentRun non-readonly PQ tests in tmp db (diff)
downloadmygrate-87254de0bc7e0bb4eff94f0e0a548110d336d771.tar.bz2
mygrate-87254de0bc7e0bb4eff94f0e0a548110d336d771.tar.xz
mygrate-87254de0bc7e0bb4eff94f0e0a548110d336d771.zip
Fix column order in select source
Diffstat (limited to 'lib/output/pq/sql')
-rw-r--r--lib/output/pq/sql/selectSource.sql2
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