Hi, is there a way to use another PostgreSQL version? The current version uses `9.3` but unfornatly i need the version `9.4` in my project. The type `JSONB` is new and only available in the new versions of PostgreSQL
Hi, is there a way to use another PostgreSQL version?
The current version uses
9.3but unfornatly i need the version9.4in my project.The type
JSONBis new and only available in the new versions of PostgreSQL