Skip to content

Commit

Permalink
add migration to add pgcrypto extension
Browse files Browse the repository at this point in the history
  • Loading branch information
millerti committed Sep 30, 2024
1 parent 881cabe commit 07ee18b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/db/migrate/20240423000001_add_pgcrypto_extension.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddPgcryptoExtension < ActiveRecord::Migration[7.1]
def change
enable_extension "pgcrypto"
end
end

0 comments on commit 07ee18b

Please sign in to comment.