Commit c7de82c
committed
Do not put timestamps at the bottom of a migration
`rails generate` puts timestamps at the bottom of a migration by default,
meaning we have to change every migration even if the migration is otherwise
generated perfectly.
Original discussion: thoughtbot/guides#1591 parent 153cad3 commit c7de82c
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
0 commit comments