We're using methods, not writing them

This commit is contained in:
Jason Noble 2011-12-03 19:18:45 -07:00
parent aca34b8e51
commit f41d099720

@ -482,7 +482,7 @@ the +change+ method supports only these migration definitions:
If you're going to need to use any other methods, you'll have to write the
+up+ and +down+ methods instead of using the change method.
h4. Writing Your +down+ Method
h4. Using the +up+/+down+ Methods
The +down+ method of your migration should revert the transformations done by
the +up+ method. In other words, the database schema should be unchanged if you