Deprecated file removed
This commit is contained in:
parent
afbfbde112
commit
1e0c46e8a3
|
@ -1,6 +0,0 @@
|
|||
# script to convert tables from MyISAM to InnoDB
|
||||
# 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
|
||||
WHERE engine = 'MyISAM' AND `table_schema` = '%PLACEHOLDER%';
|
Loading…
Reference in New Issue
Block a user