
Custom schema.rb dumper
Get rid of your db/structure.sql or any other hack you have to work around the schema.rb limitations by using a custom schema dumper, E.g. enable PostgreSQL extensions directly in your schema.rb
Get rid of your db/structure.sql or any other hack you have to work around the schema.rb limitations by using a custom schema dumper, E.g. enable PostgreSQL extensions directly in your schema.rb