mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Enable "pgcrypto" postgres engine
This commit is contained in:
parent
157b383738
commit
4b977dc195
2 changed files with 21 additions and 0 deletions
5
db/migrate/20180612042234_enable_pgcrypto_ext.rb
Normal file
5
db/migrate/20180612042234_enable_pgcrypto_ext.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class EnablePgcryptoExt < ActiveRecord::Migration
|
||||
def change
|
||||
enable_extension 'pgcrypto'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue