Sha256: f04bfd782cb9e40f8cd996e990940fe26ea15cfc735ee11a202a6b5df51fc791

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

class SetupUnicoHstore < ActiveRecord::Migration
  def up
    execute 'CREATE EXTENSION IF NOT EXISTS hstore'
  end

  def down
    execute 'DROP EXTENSION IF EXISTS hstore'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20130716143951_setup_unico_hstore.rb