Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema_format :sql should behave like schema_format :ruby #2948

Merged
merged 1 commit into from Nov 16, 2011

Commits on Nov 4, 2011

  1. schema_format :sql should behave like schema_format :ruby

    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 rails#715.
    atambo committed Nov 4, 2011
    Copy the full SHA
    15fb430 View commit details
    Browse the repository at this point in the history