Sha256: 4f4022807e24a7ae484aa12b1b6d540deb0571987a01f9de5dfafd1513ab3bce

Contents?: true

Size: 180 Bytes

Versions: 35

Compression:

Stored size: 180 Bytes

Contents

class EnablePgcryptoExtension < ActiveRecord::Migration[5.2]
  def change
    # for Rails UUID support, for UUID-generating it uses this.
    enable_extension 'pgcrypto'
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
kithe-2.16.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.15.1 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.15.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.14.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.13.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.12.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.11.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.10.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.9.1 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.9.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.8.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.7.1 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.7.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.6.1 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.6.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.5.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.4.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.3.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.2.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb
kithe-2.1.0 db/migrate/20181015143259_enable_pgcrypto_extension.rb