Skip to content

Commit

Permalink
Update docs for tern new -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Feb 24, 2023
1 parent ad2a378 commit 79c36f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To create a new migration:

tern new name_of_migration

This will create a migration file with the given name prefixed by the next available sequence number (e.g. 001, 002, 003).
This will create a migration file with the given name prefixed by the next available sequence number (e.g. 001, 002, 003). The `-e` flag can be used to automatically open the new file in `EDITOR`.

The migrations themselves have an extremely simple file format. They are
simply the up and down SQL statements divided by a magic comment.
Expand Down

0 comments on commit 79c36f4

Please sign in to comment.