Jasen Jacobsen
Jasen Jacobsen
See https://github.com/jpassaro/Audit-Alembic for an example of how this could be done. It would be nice to update and absorb this project into Alembic proper.
+1 for JSON column support in GORM & Grails. (Oracle DB here.)
@c256985 Currently we are using a varchar/string column and doing JSON-type actions in a Service (some of this could be moved to the Domain object definition, but I prefer to...
FWIW, I subclassed AclService and created a method that does not do the final readAclById(). It works fine.
FWIW, I subclassed AclService and created a method that does not do the final readAclById(). It works fine.
+1 for JSON column support in GORM & Grails. (Oracle DB here.)
@c256985 Currently we are using a varchar/string column and doing JSON-type actions in a Service (some of this could be moved to the Domain object definition, but I prefer to...