jackc / surus

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

Create hstore EXTENSION only if not exists #19

Closed romaind closed 9 years ago

romaind commented 9 years ago

This allows migration not to crash when PG user is not a superuser BUT extension already created.

Fixes #18