mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Patch by Yuichi HARADA (@yui.har). git-svn-id: https://svn.redmine.org/redmine/trunk@22665 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ed0644d151
commit
b971a49c3e
2
Gemfile
2
Gemfile
@ -75,7 +75,7 @@ if File.exist?(database_file)
|
||||
gem 'sqlite3', '~> 1.7.0'
|
||||
when /sqlserver/
|
||||
gem 'tiny_tds', '~> 2.1.2'
|
||||
gem 'activerecord-sqlserver-adapter', '~> 6.1.0'
|
||||
gem 'activerecord-sqlserver-adapter', '~> 7.1.2'
|
||||
else
|
||||
warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user