Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit cd62873

Browse files
author
dames
committed
Added script to build compound pk table.
1 parent 0e98e54 commit cd62873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ build_script:
3434
#Setup the source MSSQL database
3535
- sqlcmd -b -E -S "(local)\SQL2016" -i .\integration_tests\mssql_source\source_database_setup\create_database.sql
3636
- sqlcmd -b -E -f 65001 -S "(local)\SQL2016" -d RelationalDataLoaderIntegrationTestSource -i .\integration_tests\mssql_source\source_database_setup\create_large_table.sql
37+
- sqlcmd -b -E -f 65001 -S "(local)\SQL2016" -d RelationalDataLoaderIntegrationTestSource -i .\integration_tests\mssql_source\source_database_setup\create_compound_pk.sql
3738

3839
#Setup the target PostgreSQL database
3940
- psql -c "SELECT VERSION()"

0 commit comments

Comments
 (0)