mirror of
https://github.com/friendica/friendica
synced 2025-05-02 18:24:23 +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';
|