Skip to content

Instantly share code, notes, and snippets.

@ayamomiji
Created May 8, 2013 06:45
Show Gist options
  • Save ayamomiji/5538681 to your computer and use it in GitHub Desktop.
Save ayamomiji/5538681 to your computer and use it in GitHub Desktop.
class AddHstoreExtension < ActiveRecord::Migration
def up
enable_extension 'hstore'
end
def down
disable_extension 'hstore'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment