Changes between Initial Version and Version 5 of Ticket #11872
- Timestamp:
- Jul 25, 2016, 7:20:10 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11872
- Property Owner set to
- Property Status new → assigned
- Property Milestone next-dev-1.1.x → 1.2
- Property Summary DatabaseManager should support adding a column to a table → DatabaseManager should support adding and removing table columns
-
Ticket #11872 – API Changes
initial v5 1 Added method to `DatabaseManager` for upgrading database tables: `upgrade_tables`. Added method to `Table` class for removing columns: `remove_columns`.