Skip to content

Commit 204a011

Browse files
committed
Add another debugging guard #+pgloader-image.
1 parent e4a4edb commit 204a011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/load/migrate-database.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@
341341
(log-message :error "MSSQL ERROR: ~a" e)
342342
(log-message :log "You might need to review the FreeTDS protocol version in your freetds.conf file, see http://www.freetds.org/userguide/choosingtdsprotocol.htm")
343343
(return-from copy-database))
344+
#+pgloader-image
344345
(condition (e)
345346
(log-message :error
346347
"~a: ~a"

0 commit comments

Comments
 (0)