Edgewall Software

Changes between Version 8 and Version 11 of Ticket #11872


Ignore:
Timestamp:
Jul 31, 2016, 4:42:34 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

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`.
     1Added `drop_tables` method to `DatabaseManager` class. Added method to `ConnectionBase` class for dropping a column: `drop_column`.