Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 01073bb

Browse files
committed
Small converter fixes
1 parent da5dea0 commit 01073bb

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

lib/support/mysql-postgresql-converter/move_drop_indexes.ed

Lines changed: 0 additions & 12 deletions
This file was deleted.

lib/support/mysql-postgresql-converter/splice_drop_indexes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# efficient consumption by Postgres.
44

55
fail() {
6-
echo "$@" 1>2
6+
echo "$@" 1>&2
77
exit 1
88
}
99

0 commit comments

Comments
 (0)