ActiveRecord::SchemaDumper currently dumps out create_tables for every view in the database as well (this is mysql2 I’m talking about). This happens to be a lot of views for us, and we end up deleting them and then manually adding them back in whenever we need to db:schema:load. Is there a configuration option somewhere to make this work, and if not is there interest in a PR? I’d be happy to take it on - just don’t want to duplicate work.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Schema dump support for multiple schemas | 3 | 272 | May 6, 2015 | |
Schema Dump | 1 | 97 | August 13, 2009 | |
What's going on with my schema.rb file? | 5 | 693 | January 17, 2024 | |
SchemaDumper :version | 0 | 128 | February 13, 2012 | |
Support for views on activerecord | 11 | 179 | July 12, 2012 |