Sha256: cb2a26f56629a1cba4f1be340c02f8855806be27f1fbf6b4503e1db1c6b43b41

Contents?: true

Size: 158 Bytes

Versions: 1

Compression:

Stored size: 158 Bytes

Contents

class AddHstore < ActiveRecord::Migration[4.2]
  def up
    execute 'CREATE EXTENSION hstore'
  end

  def down
    execute 'DROP EXTENSION hstore'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cavy-0.1.0.beta2 db/migrate/20141114191059_add_hstore.rb