Michael may keep the typo

2022.09-rc
Tobias Diekershoff 2016-12-09 18:11:27 +01:00
rodzic a564e31451
commit 6f3e91d4c0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
# script to convert tables from MyISAM to InnoDB
# change the %PLACEHOLDER% to ythe actual name of your Friendica DB
# change the %PLACEHOLDER% to the actual name of your Friendica DB
SELECT CONCAT('ALTER TABLE ',table_schema,'.',table_name,' engine=InnoDB;')
FROM information_schema.tables