Edgewall Software

Changes between Version 5 and Version 8 of Ticket #11872


Ignore:
Timestamp:
Jul 30, 2016, 10:25:54 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Added in [6ce60c5d/rjollos.git].

Notes:

TravisCI tests are passing.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11872 – API Changes

    v5 v8  
    1 Added method to `DatabaseManager` for upgrading database tables: `upgrade_tables`. Added method to `Table` class for removing columns: `remove_columns`.
     1Added methods to `DatabaseManager`:
     2* `drop_tables`
     3* `upgrade_tables`
     4
     5Added method to `ConnectionBase` class for dropping a column: `drop_column`. Added method to `Table` class for removing columns: `remove_columns`.