Skip to content

Commit

Permalink
Added a test to deteck COPY ON ERROR clause in the migration assessme…
Browse files Browse the repository at this point in the history
…nt test
  • Loading branch information
ShivanshGahlot committed Jan 7, 2025
1 parent d7859a5 commit 207f19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migtests/scripts/postgresql/env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export SOURCE_DB_HOST=${SOURCE_DB_HOST:-"127.0.0.1"}
export SOURCE_DB_PORT=${SOURCE_DB_PORT:-5432}
export SOURCE_DB_USER=${SOURCE_DB_USER:-"postgres"}
export SOURCE_DB_PASSWORD=${SOURCE_DB_PASSWORD:-'postgres'}
export SOURCE_DB_USER=${SOURCE_DB_USER:-"ybvoyager"}
export SOURCE_DB_PASSWORD=${SOURCE_DB_PASSWORD:-'Test@123#$%^&*()!'}
export SOURCE_DB_ADMIN_USER=${SOURCE_DB_ADMIN_USER:-"postgres"}
export SOURCE_DB_ADMIN_PASSWORD=${SOURCE_DB_ADMIN_PASSWORD:-"postgres"}

0 comments on commit 207f19f

Please sign in to comment.