mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This commit adds a db:structure:load task that is run instead of db:schema:load when schema_format is set to :sql. This patch also removes the prefixing of the structure.sql files to mimic the use of a single schema.rb file. The patch originates from github issue #715.