5 lines
No EOL
123 B
Ruby
5 lines
No EOL
123 B
Ruby
class EnablePgcryptoExtension < ActiveRecord::Migration[5.0]
|
|
def change
|
|
enable_extension 'pgcrypto'
|
|
end
|
|
end |