aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/migrations/scheming.txt
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc/guides/migrations/scheming.txt')
-rw-r--r--railties/doc/guides/migrations/scheming.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/migrations/scheming.txt b/railties/doc/guides/migrations/scheming.txt
index f85a0df5f7..1ec423c923 100644
--- a/railties/doc/guides/migrations/scheming.txt
+++ b/railties/doc/guides/migrations/scheming.txt
@@ -1,5 +1,5 @@
== Schema dumping and you ==
-
+[[schema]]
=== What are schema files for? ===
Migrations, mighty as they may be, are not the authoritative source for your database schema. That role falls to either `schema.rb` or an sql file which Active Record generates by examining the database. They are not designed to be edited, they just represent the current state of the database.