jackc / surus

PostgreSQL extensions for ActiveRecord
MIT License
395 stars 35 forks source link

a generator for an hstore module migration #1

Closed phaedryx closed 12 years ago

phaedryx commented 12 years ago

I thought it would be handy if there were an easy way to install hstore on your database. This provides a generator that creates a migration so:

rails g surus:hstore:install rake db:migrate

will install the hstore module for your project's database.