Skip to content

Commit 24a0b6a

Browse files
committed
Set support_unencrypted_data to false
All unencrypted columns have been migrated so this can be safely disabled.
1 parent 4bebee6 commit 24a0b6a

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

config/application.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,5 @@ class Application < Rails::Application
8181
config.view_component.previews.paths << Rails.root.join(
8282
"spec/components/previews"
8383
)
84-
85-
# TODO: Remove this once `Note#body` is fully encrypted.
86-
config.active_record.encryption.support_unencrypted_data = true
8784
end
8885
end

lib/tasks/data_migrations.rake

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)