From 1f5c7c7ee75214fc8b15a5f3f4b34f81f9d47aae Mon Sep 17 00:00:00 2001 From: Xavi Vila Date: Fri, 19 Jul 2024 16:38:42 +0100 Subject: [PATCH] Add a link to blind index key rotation docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6761bf1..accca83 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,8 @@ User.find_each do |user| end ``` +To rotate [Blind Index](https://github.com/ankane/blind_index) columns, do it as specified in that gem [documentation](https://github.com/ankane/blind_index#key-rotation). + Once everything is rotated, you can remove `previous_versions` from the initializer. ### Individual Fields & Files