#9 Active Storage - GitHub workflow

This commit is contained in:
Karel Pičman 2025-10-24 13:52:02 +02:00
parent f5b5c5daa7
commit 883f65a4f7

View File

@ -45,7 +45,7 @@ jobs:
sql2: CREATE USER 'redmine'@'localhost' IDENTIFIED BY 'redmine'; sql2: CREATE USER 'redmine'@'localhost' IDENTIFIED BY 'redmine';
sql3: GRANT ALL PRIVILEGES ON test.* TO 'redmine'@'localhost'; sql3: GRANT ALL PRIVILEGES ON test.* TO 'redmine'@'localhost';
# SQL client command # SQL client command
database_command: mysql -u root -p root -e database_command: mysql -uroot -proot -e
# SQL service # SQL service
database_service: mysql database_service: mysql
- engine: postgresql - engine: postgresql