Skip to content

Commit

Permalink
fixup! remove no longer needed tables overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed Nov 14, 2021
1 parent ff69411 commit ee6ea7c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions lib/schema_plus/views/middleware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,6 @@ def assemble(stream)
end
end

module Schema
# module Tables
#
# module Mysql
# def after(env)
# Tables.filter_out_views(env)
# end
# end
#
# module Sqlite3
# def after(env)
# Tables.filter_out_views(env)
# end
# end
#
# def self.filter_out_views(env)
# env.tables -= env.connection.views(env.query_name)
# end
# end
end

#
# Define new middleware stacks patterned on SchemaPlus::Core's naming
# for tables
Expand Down

0 comments on commit ee6ea7c

Please sign in to comment.