propose pgsql 9.5 instead of 9.6

This commit is contained in:
Jens Ulferts
2018-02-20 09:00:36 +01:00
parent c5b8645a0f
commit ed963003ef
@@ -39,7 +39,7 @@ class AddTsvColumnsToAttachments < ActiveRecord::Migration[5.0]
else
reversible do |dir|
dir.up do
warn "Your installation does not support full-text search features. Better use PostgreSQL in version 9.6 or higher."
warn "Your installation does not support full-text search features. Better use PostgreSQL in version 9.5 or higher."
end
end
end