Sha256: 4e2022a34e9393bacf06caa3ce6e9a84cac112651d0bc24dc1eb58a89c3bb37f

Contents?: true

Size: 216 Bytes

Versions: 33

Compression:

Stored size: 216 Bytes

Contents

class CreatePseudoEncryptFunction < ActiveRecord::Migration[5.1]
  def up
    load_function "pseudo_encrypt_v01.sql"
  end

  def down
    connection.execute("DROP FUNCTION renalware.pseudo_encrypt(int);")
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
renalware-core-2.0.64 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.63 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.62 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.61 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.60 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.58 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.57 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.56 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.55 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.54 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.53 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.52 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.51 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.50 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.48 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.47 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.46 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.45 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.44 db/migrate/20180605114332_create_pseudo_encrypt_function.rb
renalware-core-2.0.43 db/migrate/20180605114332_create_pseudo_encrypt_function.rb