mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02: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';
|