cryptcheck-rails/db/migrate/20190913211028_enable_pgcry...

6 lines
112 B
Ruby

class EnablePgcryptoExtension < ActiveRecord::Migration[5.2]
def change
enable_extension 'pgcrypto'
end
end