]> git.mxchange.org Git - friendica.git/blob - util/convert_innodb.sql
Disable richtext editor for frio - followup for #2938
[friendica.git] / util / convert_innodb.sql
1
2 SELECT CONCAT('ALTER TABLE ',table_schema,'.',table_name,' engine=InnoDB;') 
3 FROM information_schema.tables 
4 WHERE engine = 'MyISAM';