Skip to content

Commit

Permalink
remove trilogy from case statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zmariscal committed Sep 15, 2023
1 parent aadb1c5 commit 1b9ea07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/activerecord-import/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def self.base_adapter(adapter)
when 'makara_postgis' then 'postgresql'
when 'postgis' then 'postgresql'
when 'cockroachdb' then 'postgresql'
when 'trilogy' then 'trilogy'
else adapter
end
end
Expand Down

0 comments on commit 1b9ea07

Please sign in to comment.