Skip to content

Commit

Permalink
Undo postgresql addition to supports_show_tables?
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 14, 2024
1 parent 365f798 commit 8af26a8
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, :postgresql].include?(adapter)
[:mysql, :mysql2, :trilogy].include?(adapter)
end

def current_product
Expand Down

0 comments on commit 8af26a8

Please sign in to comment.