Changes between Version 8 and Version 11 of Ticket #11872
- Timestamp:
- Jul 31, 2016, 4:42:34 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11872 – API Changes
v8 v11 1 Added methods to `DatabaseManager`: 2 * `drop_tables` 3 * `upgrade_tables` 4 5 Added method to `ConnectionBase` class for dropping a column: `drop_column`. Added method to `Table` class for removing columns: `remove_columns`. 1 Added `drop_tables` method to `DatabaseManager` class. Added method to `ConnectionBase` class for dropping a column: `drop_column`.