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)
37
37
define_params = @info ? ":version => #{ @info [ 'version' ] } " : ""
38
38
39
39
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
42
42
# 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.
43
50
44
51
ActiveRecord::Schema.define(#{ define_params } ) do
45
52
You can’t perform that action at this time.
0 commit comments