Skip to content

Update database guidelines around encrypted attributes

Michał Zając requested to merge mzajac/update-attr_encrypted-guidelines into master

What does this MR do and why?

According to attr_encrypted README, encrypt and encrypt_iv default to false so we do not need to set them.

This MR updates our database guidelines to reflect this

Merge request reports