Edgewall Software

Changes between Version 29 and Version 30 of Ticket #9612


Ignore:
Timestamp:
Aug 1, 2016, 12:23:32 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Committed to trunk in r15027, r15028, r15037. Eventually I'll start remembering to add files when pushing from a Git repos to SVN.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9612

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #9612 – Release Notes

    v29 v30  
     1Remove `ipnr` from `attachment` and `wiki` models.
  • Ticket #9612 – API Changes

    v29 v30  
    1 Added `upgrade_tables` method to `DatabaseManager` class. Added method to `Table` class for removing columns from schema: `remove_columns`.
     1Added `update_tables` method to `DatabaseManager` class. Added method to `Table` class for removing columns: `remove_columns`.