Skip to content

Commit

Permalink
Update test/multiverse/suites/active_record_pg/active_record_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle authored Nov 14, 2024
1 parent 8633e5b commit 365f798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def adapter
end

def supports_show_tables?
[:mysql, :mysql2, :trilogy].include?(adapter)
[:mysql, :mysql2, :trilogy, :postgresql].include?(adapter)
end

def current_product
Expand Down

0 comments on commit 365f798

Please sign in to comment.