Closed rrdharmesh closed 2 years ago
Currently,
when we run Lockbox.migrate(Model), records are getting saved with encrypted values but this also triggers callbacks defined in the model. is there any option to skip callbacks for model migration?
Hey @rrdharmesh, check out #140.
Currently,
when we run Lockbox.migrate(Model), records are getting saved with encrypted values but this also triggers callbacks defined in the model. is there any option to skip callbacks for model migration?