Module: Fx::SchemaDumper::Trigger Private
- Defined in:
- lib/monkeys/fx_sqlite_skip.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #tables(stream) ⇒ Object private
Instance Method Details
#tables(stream) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5 6 7 8 9 10 |
# File 'lib/monkeys/fx_sqlite_skip.rb', line 5 def tables(stream) unless ActiveRecord::Migration[5.2].connection.adapter_name.downcase.include?('sqlite') super triggers(stream) end end |