Modify ↓
Ticket #380 (closed defect: fixed)
SQLite and removing columns
| Reported by: | alex@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7 |
| Component: | commands | Version: | 0.7-pre |
| Keywords: | Cc: |
Description
there seems to be a bit missing for sqlite column removal support; the columns to be deleted are passed to _remake_table, but are then ignored. attached patch works for me
Attachments
Change History
Changed 3 years ago by Alexander Clausen <alex@…>
- Attachment south-sqlite-delete-column-2.patch added
sorry, first patch was against different revision
comment:1 Changed 3 years ago by andrew
- Status changed from new to closed
- Resolution set to fixed
- Milestone set to 0.7
Fixed in [2df0a676a47d].
Note: See
TracTickets for help on using
tickets.
