Opt PostgreSQL for minor versions as well

This commit is contained in:
Nikita P. Shupeyko 2018-03-04 17:28:42 +03:00
parent 6c26d39f65
commit ea54bfe175
2 changed files with 19 additions and 15 deletions

View File

@ -171,11 +171,13 @@ Answer the prompts with your own desired options_. For example::
use_heroku [n]: y
use_compressor [n]: y
Select postgresql_version:
1 - 10
2 - 9.6
3 - 9.5
4 - 9.4
5 - 9.3
1 - 10.3
2 - 10.2
3 - 10.1
4 - 9.6
5 - 9.5
6 - 9.4
7 - 9.3
Choose from 1, 2, 3, 4 [1]: 1
Select js_task_runner:
1 - Gulp

View File

@ -18,7 +18,9 @@
"use_pycharm": "n",
"use_docker": "n",
"postgresql_version": [
"10",
"10.3",
"10.2",
"10.1",
"9.6",
"9.5",
"9.4",