hmans / indiepants

IndiePants, aka Pants Phase 2. A clean indieweb-like implementation.
13 stars 1 forks source link

Heroku Button currently doesn't work because of PostgreSQL 9.4 #26

Closed hmans closed 9 years ago

hmans commented 9 years ago

Pants needs 9.4, but as long as Heroku considers 9.4 "beta", we can only provision PostgreSQL 9.3 as part of the Heroku Button-One-Click-process. Once 9.4 becomes GA, this will probably fix itself automatically.

hmans commented 9 years ago

I've changed the one field that uses JSONB back to JSON for the time being to get the Heroku deploy working again. Once Heroku makes 9.4 available officially, we need to switch back.

hmans commented 9 years ago

Fixed.