Tooling: Use correct paths
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m3s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m3s
This commit is contained in:
@@ -6,7 +6,7 @@ echo "Applying SQL files..."
|
|||||||
for migration in $(ls . | grep -E '\.sql$')
|
for migration in $(ls . | grep -E '\.sql$')
|
||||||
do
|
do
|
||||||
echo "Applying $migration."
|
echo "Applying $migration."
|
||||||
/opt/mssql-tools/bin/sqlcmd -S mssql-server -U sa -C -P "$DSN_PASSWORD" -i $migration.sql
|
/opt/mssql-tools/bin/sqlcmd -S mssql-server -U sa -C -P "$DSN_PASSWORD" -i $migration
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Database initialization complete."
|
echo "Database initialization complete."
|
||||||
|
|||||||
Reference in New Issue
Block a user