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_heroku [n]: y
use_compressor [n]: y use_compressor [n]: y
Select postgresql_version: Select postgresql_version:
1 - 10 1 - 10.3
2 - 9.6 2 - 10.2
3 - 9.5 3 - 10.1
4 - 9.4 4 - 9.6
5 - 9.3 5 - 9.5
6 - 9.4
7 - 9.3
Choose from 1, 2, 3, 4 [1]: 1 Choose from 1, 2, 3, 4 [1]: 1
Select js_task_runner: Select js_task_runner:
1 - Gulp 1 - Gulp

View File

@ -7,10 +7,10 @@
"domain_name": "example.com", "domain_name": "example.com",
"version": "0.1.0", "version": "0.1.0",
"open_source_license": [ "open_source_license": [
"MIT", "MIT",
"BSD", "BSD",
"GPLv3", "GPLv3",
"Apache Software License 2.0", "Apache Software License 2.0",
"Not open source" "Not open source"
], ],
"timezone": "UTC", "timezone": "UTC",
@ -18,15 +18,17 @@
"use_pycharm": "n", "use_pycharm": "n",
"use_docker": "n", "use_docker": "n",
"postgresql_version": [ "postgresql_version": [
"10", "10.3",
"9.6", "10.2",
"9.5", "10.1",
"9.4", "9.6",
"9.5",
"9.4",
"9.3" "9.3"
], ],
"js_task_runner": [ "js_task_runner": [
"Gulp", "Gulp",
"Grunt", "Grunt",
"None" "None"
], ],
"custom_bootstrap_compilation": "n", "custom_bootstrap_compilation": "n",