mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
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
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
|||
/db/test.sqlite3-journal
|
||||
config/application.rb
|
||||
config/config.yml
|
||||
config/secrets.yml
|
||||
|
|
@ -18,7 +17,6 @@ capybara-*.html
|
|||
/vendor/bundle
|
||||
/log/*
|
||||
/tmp/*
|
||||
/db/*.sqlite3
|
||||
/public/system/*
|
||||
/coverage/
|
||||
/spec/tmp/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue