forked from Archives/Athou_commafeed
mssql compatibility (fix #396)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package com.commafeed.backend;
|
||||
|
||||
import org.hibernate.dialect.MySQL5InnoDBDialect;
|
||||
|
||||
public class MySQL5Dialect extends MySQL5InnoDBDialect {
|
||||
|
||||
public String getTableTypeString() {
|
||||
return " ENGINE=InnoDB DEFAULT CHARSET=utf8";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user