File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
activerecord/lib/active_record Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,16 @@ def header(stream)
3737 define_params = @info ? ":version => #{ @info [ 'version' ] } " : ""
3838
3939 stream . puts <<HEADER
40- # This file is autogenerated . Instead of editing this file, please use the
41- # migrations feature of ActiveRecord to incrementally modify your database, and
40+ # This file is auto-generated from the current state of the database . Instead of editing this file,
41+ # please use the migrations feature of ActiveRecord to incrementally modify your database, and
4242# then regenerate this schema definition.
43+ #
44+ # Note that this schema.rb definition is the authoritative source for your database schema. If you need
45+ # to create the application database on another system, you should be using db:schema:load, not running
46+ # all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations
47+ # you'll amass, the slower it'll run and the greater likelihood for issues).
48+ #
49+ # It's strongly recommended to check this file into your version control system.
4350
4451ActiveRecord::Schema.define(#{ define_params } ) do
4552
You can’t perform that action at this time.
0 commit comments