mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-10-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rddbmgr(8) that could cause the 'RSS_SCHEMAS', 'FEED_IMAGES' and 'SUPERFEED_MAPS' to be created with incorrect character set and engine type values. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -413,7 +413,9 @@ bool MainObject::RevertSchema(int cur_schema,int set_schema,QString *err_msg)
|
||||
"HEADER_XML text,"+
|
||||
"CHANNEL_XML text,"+
|
||||
"ITEM_XML text,"+
|
||||
"index NAME_IDX(NAME))";
|
||||
"index NAME_IDX(NAME)) "+
|
||||
" charset utf8mb4 collate utf8mb4_general_ci"+
|
||||
db_table_create_postfix;
|
||||
if(!RDSqlQuery::apply(sql,err_msg)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user