Closed zhengpd closed 7 years ago
Fix the annoying warnings from Rails 5:
DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead.`
Thanks @zhengpd 👍
Fix the annoying warnings from Rails 5: