diff --git a/lib/tasks/encrypt_notes.rake b/lib/tasks/encrypt_notes.rake deleted file mode 100644 index c2ef0983c..000000000 --- a/lib/tasks/encrypt_notes.rake +++ /dev/null @@ -1,8 +0,0 @@ -namespace :note do - desc "update notes to be encrypted with ActiveRecord encryption" - task encrypt_full_text: :environment do - Note.all.find_each do |note| - note.encrypt - end - end -end