aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/migrations/scheming.txt
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2008-09-09 14:06:29 +0100
committerFrederick Cheung <frederick.cheung@gmail.com>2008-09-09 14:07:21 +0100
commitde96f92a550aa99d7a3944e14a6b71d1f19631fb (patch)
treee05cc6e48938151aea6988b7a06a82462b5f72c9 /railties/doc/guides/migrations/scheming.txt
parent663bf4eea88a731fa4652bb0cefdcb5afe874391 (diff)
downloadrails-de96f92a550aa99d7a3944e14a6b71d1f19631fb.tar.gz
rails-de96f92a550aa99d7a3944e14a6b71d1f19631fb.tar.bz2
rails-de96f92a550aa99d7a3944e14a6b71d1f19631fb.zip
Add some cross links
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.