diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/migrations.textile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index 501508f5ab..f17f686d47 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -344,11 +344,8 @@ The +change+ method removes the need to write both +up+ and +down+ methods in th * +add_column+ * +add_index+ -* +add_timestamps+ -* +change_column+ -* +change_column_default+ +* +add_timestamp+ * +create_table+ -* +remove_column+ * +remove_timestamps+ * +rename_column+ * +rename_index+ |