Modify ↓
Ticket #59 (closed enhancement: fixed)
Add --add-field option to startmigration
| Reported by: | andrew@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4 |
| Component: | commands | Version: | |
| Keywords: | Cc: |
Description
Something like:
startmigration myapp --add-field fieldname
which would create the template with the appropriate add_column filled in already, and any necessary foreign keys, constraints, indices, etc.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Done in [108] and [109] - I've run it through a series of quick tests, but since I haven't yet got a testing framework up for startmigration, more testing is appreciated...