You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
Installed as directed, column comes up as hstore in my pg database after migration run, but the column is not initialized as a hash. MRI 1.9.3, Rails 3.2.6
Also tried adding execute("ALTER TABLE students ALTER COLUMN data SET DEFAULT hstore(array[]::varchar[])") to my migration, but it's still nil. From here: #22
Installed as directed, column comes up as hstore in my pg database after migration run, but the column is not initialized as a hash. MRI 1.9.3, Rails 3.2.6
The text was updated successfully, but these errors were encountered: