mirror of
https://github.com/friendica/friendica
synced 2025-02-04 10:18:51 +00:00
4 lines
135 B
SQL
4 lines
135 B
SQL
|
|
SELECT CONCAT('ALTER TABLE ',table_schema,'.',table_name,' engine=InnoDB;')
|
|
FROM information_schema.tables
|
|
WHERE engine = 'MyISAM';
|