Skip to content

Commit

Permalink
- refs #106 Enforce text type usage in largeColumValues mode
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoschwald committed Oct 7, 2015
1 parent cfb135b commit d970fc3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ class AuditLogEvent implements Serializable {
id generator:'native', type:'long' // default
}

// GH-106, Create strange dataType when using with database migration
if (Holders.config.auditLog.largeValueColumnTypes) {
oldValue type: "text"
newValue type: "text"
}

autoImport false
version false
}
Expand Down

0 comments on commit d970fc3

Please sign in to comment.