mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
propose pgsql 9.5 instead of 9.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user