Fix deprecations in opclasses initializer
The use of `table_exists?` in the opclasses support initializer triggers a deprecation warning. Using `data_source_exists?` removes this deprecation.
Showing
Please register or sign in to comment