You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select_values"SELECT #{lowercase_schema_reflection_sql('TABLE_NAME')} FROM INFORMATION_SCHEMA.TABLES #{"WHERE TABLE_TYPE = '#{table_type}'"iftable_type} ORDER BY TABLE_NAME",'SCHEMA'
10
+
deftables(name=nil)
11
+
ActiveSupport::Deprecation.warn'Passing arguments to #tables is deprecated without replacement.'ifname
0 commit comments