diff --git a/go/base/context.go b/go/base/context.go index f3fe712..bdfe156 100644 --- a/go/base/context.go +++ b/go/base/context.go @@ -427,6 +427,10 @@ func (this *MigrationContext) IsTransactionalTable() bool { { return true } + case "rocksdb": + { + return true + } } return false }