mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-04 19:51:39 +02:00
[ticket/17176] More minor cleanup after recent changes to db versions
PHPBB3-17176
This commit is contained in:
2
.github/setup-database.sh
vendored
2
.github/setup-database.sh
vendored
@@ -22,5 +22,5 @@ fi
|
||||
|
||||
if [ "$MYISAM" == '1' ]
|
||||
then
|
||||
mysql -h 127.0.0.1 -u root -e 'SET GLOBAL storage_engine=MyISAM;'
|
||||
mysql -h 127.0.0.1 -u root -e 'SET GLOBAL default_storage_engine=MyISAM;'
|
||||
fi
|
||||
|
Reference in New Issue
Block a user