Skip to content

Commit

Permalink
update run_sql_files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
diksown committed Nov 24, 2023
1 parent 616d6a9 commit af28232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/run_sql_files.sh
Expand Up @@ -4,7 +4,7 @@ DATABASE_NAME="test_sql"
USER="postgres" # Default user
HOST="localhost"

FILES=("esquema.sql" "triggers.sql" "dados.sql" "consultas.sql")
FILES=("esquema.sql" "dados.sql" "consultas.sql")

for file in "${FILES[@]}"
do
Expand All @@ -16,4 +16,4 @@ do
fi
done

echo "All files executed successfully"
echo "All files executed successfully"

0 comments on commit af28232

Please sign in to comment.