diff options
author | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:12:23 -0700 |
---|---|---|
committer | Jason Noble <perlwizard@gmail.com> | 2011-12-03 19:31:43 -0700 |
commit | bc6d1ebc66dcb15afa491a935ed094aff5948db5 (patch) | |
tree | 23cb6e9b15fedc736eef0644702fc312d4216805 /railties | |
parent | ec2727281c2b90e0431e6ebb6297c1274fa521e1 (diff) | |
download | rails-bc6d1ebc66dcb15afa491a935ed094aff5948db5.tar.gz rails-bc6d1ebc66dcb15afa491a935ed094aff5948db5.tar.bz2 rails-bc6d1ebc66dcb15afa491a935ed094aff5948db5.zip |
It's more that Rails needs to know how to recreate the columns
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/migrations.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index e83742428e..74d1b2cd8b 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -327,7 +327,7 @@ As always, what has been generated for you is just a starting point. You can add or remove from it as you see fit. NOTE: The generated migration file for destructive migrations will still be -old-style using the +up+ and +down+ methods. This is because Rails doesn't know +old-style using the +up+ and +down+ methods. This is because Rails needs to know the original data types defined when you made the original changes. h3. Writing a Migration |