Drop support for PostgreSQL 9.2

Closes #1493.
This commit is contained in:
Nikita P. Shupeyko 2018-03-04 12:39:15 +03:00
parent 69ff5515c9
commit 4a1cdb5d25
2 changed files with 1 additions and 2 deletions

View File

@ -176,7 +176,6 @@ Answer the prompts with your own desired options_. For example::
3 - 9.5
4 - 9.4
5 - 9.3
6 - 9.2
Choose from 1, 2, 3, 4 [1]: 1
Select js_task_runner:
1 - Gulp

View File

@ -17,7 +17,7 @@
"use_docker": "n",
"use_heroku": "n",
"use_compressor": "n",
"postgresql_version": ["10", "9.6", "9.5", "9.4", "9.3", "9.2"],
"postgresql_version": ["10", "9.6", "9.5", "9.4", "9.3"],
"js_task_runner": ["Gulp", "Grunt", "None"],
"custom_bootstrap_compilation": "n",
"open_source_license": ["MIT", "BSD", "GPLv3", "Apache Software License 2.0", "Not open source"]