Skip to content

Commit

Permalink
Merge pull request #5617 from solidusio/backport/v4.1/pr-5613
Browse files Browse the repository at this point in the history
[v4.1] [v4.2] Allow "sqlite3" as ENV["DB"]
  • Loading branch information
spaghetticode authored Jan 24, 2024
2 parents ccdf0d7 + 4321f72 commit 19d4b07
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 19d4b07

Please sign in to comment.