forked from Archives/Athou_commafeed
not needed anymore as we now strip utf8 4-byte characters
This commit is contained in:
@@ -5,6 +5,6 @@ import org.hibernate.dialect.MySQL5InnoDBDialect;
|
||||
public class MySQL5Dialect extends MySQL5InnoDBDialect {
|
||||
|
||||
public String getTableTypeString() {
|
||||
return " ENGINE=InnoDB DEFAULT CHARSET=utf8mb4";
|
||||
return " ENGINE=InnoDB DEFAULT CHARSET=utf8";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user