Drop mysql2 support, settle on postgresql
It's enough work to support one database, let's settle on the defacto Rails default.
This commit is contained in:
parent
f51db484ab
commit
b2f0796799
11 changed files with 38 additions and 40 deletions
3
Gemfile
3
Gemfile
|
|
@ -22,8 +22,7 @@ gem 'puma'
|
|||
# http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders
|
||||
gem 'responders', '~> 3.0'
|
||||
|
||||
# as supported databases
|
||||
gem 'mysql2'
|
||||
# as database
|
||||
gem 'pg'
|
||||
|
||||
# for tracking data changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue