Class: EnableUuid

Inherits:
Object
  • Object
show all
Defined in:
lib/osso/db/migrate/20190909230109_enable_uuid.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



4
5
6
# File 'lib/osso/db/migrate/20190909230109_enable_uuid.rb', line 4

def change
  enable_extension 'pgcrypto'
end