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'
12
12
end
13
13
14
+
deftable_exists?(table_name)
15
+
ActiveSupport::Deprecation.warn(<<-MSG.squish)
16
+
#table_exists? currently checks both tables and views.
17
+
This behavior is deprecated and will be changed with Rails 5.1 to only check tables.
0 commit comments