Skip to content

Commit 9b8786a

Browse files
committed
Rename Vorlesung
1 parent 78bea3a commit 9b8786a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sql-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
set -e
5555
# existiert die Tabelle?
56-
exists=$(mysql -h 127.0.0.1 -P 3306 -uroot -p"${{ secrets.MYSQL_ROOT_PASSWORD }}" -N -e "SELECT COUNT(*) FROM information_schema.tables WHERE table_schema='testdb' AND table_name='vorlesung';")
56+
exists=$(mysql -h 127.0.0.1 -P 3306 -uroot -p"${{ secrets.MYSQL_ROOT_PASSWORD }}" -N -e "SELECT COUNT(*) FROM information_schema.tables WHERE table_schema='testdb' AND table_name='Vorlesung';")
5757
if [ "$exists" -eq 0 ]; then
5858
echo "❌ Tabelle 'vorlesung' existiert nicht in Schema 'testdb'."
5959
exit 1

0 commit comments

Comments
 (0)