sql/cms_templatestr.sql
authoredward <edward@roojs.com>
Thu, 10 Dec 2015 04:33:41 +0000 (12:33 +0800)
committeredward <edward@roojs.com>
Thu, 10 Dec 2015 04:33:41 +0000 (12:33 +0800)
sql/cms_templatestr.sql

index 9da82b9..966b15e 100644 (file)
@@ -23,5 +23,3 @@ ALTER TABLE cms_templatestr ADD COLUMN on_col VARCHAR(64) DEFAULT '';
 
 ALTER TABLE cms_templatestr ADD INDEX lookup_a(active, lang, on_table, on_id, on_col);
 
-CALL mysql_change_engine('cms_templatestr');
-CALL mysql_change_charset('cms_templatestr');