Now that we are adding JSONB we must require postgres for environments. I think it'll be easiest for us to maintain this with our current docker config, so here we are.
The one issue is the python 2.7/3.5 testing cases, so we might have to test against 2 Dockerfiles? or install both into one container?
@mparent61 @MichaelButkovic
Now that we are adding JSONB we must require postgres for environments. I think it'll be easiest for us to maintain this with our current docker config, so here we are.
The one issue is the python 2.7/3.5 testing cases, so we might have to test against 2 Dockerfiles? or install both into one container?