Skip to content

Commit cdf5b0b

Browse files
c9845 (AA)c9845 (AA)
c9845 (AA)
authored and
c9845 (AA)
committed
Add missing translation func to handle db deploys.
1 parent 45c4346 commit cdf5b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqldb.go

+1
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ func (cfg *Config) UseDefaultTranslateFuncs() {
687687
TFMySQLToSQLiteRemovePrimaryKeyDefinition,
688688
TFMySQLToSQLiteReformatDefaultTimestamp,
689689
TFMySQLToSQLiteReformatDatetime,
690+
TFMySQLToSQLiteBLOB,
690691
}
691692
cfg.TranslateUpdateFuncs = []func(string) string{
692693
TFMySQLToSQLiteBLOB,

0 commit comments

Comments
 (0)