Skip to content

Commit 30e1f5d

Browse files
committed
Remove reference to manually creating data migration file
There's no good reason not to just use the rails command. See previous commit.
1 parent 4f76011 commit 30e1f5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: db/data_migration/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ to move the new file to the `db/data_migration` directory.
3636
scripts, not ActiveRecord migrations. Remove the contents of the generated migration before
3737
you start writing code.**
3838

39-
Alternatively, you could manually create a new data migration and carefully name the file with
40-
a correct leading timestamp.
41-
4239
## How to run them
4340

4441
Data migrations don't run automatically, they have to be run manually in all

0 commit comments

Comments
 (0)