Modify ↓
Ticket #685 (infoneeded enhancement)
add a flag to run only schema migrations
| Reported by: | jd | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | commands | Version: | 0.7.2 |
| Keywords: | Cc: |
Description
The use case would be apparent if you are writing code in both production and development environments. In the dev environment, you would only want to run schema migrations, whereas in production you would want to run both schema and data migrations.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

I'm not sure the use case you present is particularly compelling; why would you not want data migrations in development? You need to run them against test data anyway to ensure they work, and in addition, it saves time if you don't have to redo the database from scratch each time.