Changes between Version 1 and Version 2 of Ticket #11872, comment 1
- Timestamp:
- Jul 31, 2016, 11:23:14 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11872, comment 1
v1 v2 1 1 A `drop_column` method could be useful as well. One use-case in #9612. 2 2 3 The approach to adding columns has been to create a temporary table for the data and drop/ create the table. For example: [browser:/tags/trac-1.0.2/trac/upgrades/db11.py].3 The approach to adding columns has been to create a temporary table for the data and drop/re-create the table. For example: [browser:/tags/trac-1.0.2/trac/upgrades/db11.py].