Skip to content

Commit

Permalink
Merge pull request #5615 from solidusio/backport/v3.4/pr-5613
Browse files Browse the repository at this point in the history
[v3.4] [v4.2] Allow "sqlite3" as ENV["DB"]
  • Loading branch information
spaghetticode authored Jan 24, 2024
2 parents 142098f + f9555e0 commit 26fbd6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'mysql'
when 'postgres', 'postgresql'
'postgres'
when 'sqlite', '', nil
when /sqlite3?/, '', nil
'sqlite'
else
raise "Invalid DB specified: #{ENV['DB']}"
Expand Down

0 comments on commit 26fbd6c

Please sign in to comment.