adding MSSQL support

This commit is contained in:
Ignacio Cabrera
2017-03-24 12:31:38 -03:00
parent 8315a3872d
commit 6b61c7d454
6 changed files with 53 additions and 1 deletions

5
mssql/create_table.sh Normal file
View File

@ -0,0 +1,5 @@
#wait for the SQL Server to come up
sleep 45s
#run the setup script to create the DB and the schema in the DB
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P $SA_PASSWORD -d master -i setup.sql